Skip to content

Commit 5322f74

Browse files
author
Simon Pamies
committed
Doc fixes - ready to release
1 parent cc3024d commit 5322f74

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
0.6b1
2+
Fixes for SA 0.6.x
3+
[percious]
4+
5+
Many other fixes
6+
[percious, spamsch]
7+
18
0.5.3
29
Added declarative generation
310
[percious]

readme.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ that lets you use tables without explicitly defining them.
55

66
Current Maintainer:
77

8+
Chris Perkins (percious)
9+
E-mail: chris@percious.com
10+
811
Simon Pamies (spamsch)
912
E-Mail: s.pamies at banality dot de
1013

@@ -18,17 +21,14 @@ Authors:
1821
Svilen Dobrev (sdobrev)
1922
E-Mail: svilen_dobrev at users point sourceforge dot net
2023

21-
Chris Perkins (percious)
22-
E-mail: chris@percious.com
23-
2424
License:
2525

2626
MIT
2727
see license.txt
2828

2929
Requirements:
3030

31-
sqlalchemy 0.4+
31+
sqlalchemy 0.5, 0.6+
3232

3333

3434
Documentation:
@@ -40,7 +40,6 @@ Documentation:
4040

4141
ToDo:
4242

43-
+ Add support for automagically creating relations
4443
+ Generate ActiveMapper / Elixir model
4544

4645
Notes (random):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Setup script for building sqlautocode
66
"""
77

8-
version = '0.5.7'
8+
version = '0.6b1'
99

1010
from setuptools import setup, find_packages
1111

0 commit comments

Comments
 (0)