File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1+ 0.6b1
2+ Fixes for SA 0.6.x
3+ [percious]
4+
5+ Many other fixes
6+ [percious, spamsch]
7+
180.5.3
29 Added declarative generation
310 [percious]
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ that lets you use tables without explicitly defining them.
55
66Current 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-
2424License:
2525
2626 MIT
2727 see license.txt
2828
2929Requirements:
3030
31- sqlalchemy 0.4 +
31+ sqlalchemy 0.5, 0.6 +
3232
3333
3434Documentation:
@@ -40,7 +40,6 @@ Documentation:
4040
4141ToDo:
4242
43- + Add support for automagically creating relations
4443 + Generate ActiveMapper / Elixir model
4544
4645Notes (random):
Original file line number Diff line number Diff line change 55Setup script for building sqlautocode
66"""
77
8- version = '0.5.7 '
8+ version = '0.6b1 '
99
1010from setuptools import setup , find_packages
1111
You can’t perform that action at this time.
0 commit comments