[Checkins] SVN: z3c.sqlalchemy/branches/declarative-integration/ support for sqlalchemy.ext.declarative

Andreas Jung andreas at andreas-jung.com
Mon Jun 2 11:02:19 EDT 2008


Log message for revision 87109:
  support for sqlalchemy.ext.declarative
  

Changed:
  U   z3c.sqlalchemy/branches/declarative-integration/CHANGES.txt
  U   z3c.sqlalchemy/branches/declarative-integration/setup.py

-=-
Modified: z3c.sqlalchemy/branches/declarative-integration/CHANGES.txt
===================================================================
--- z3c.sqlalchemy/branches/declarative-integration/CHANGES.txt	2008-06-02 15:00:31 UTC (rev 87108)
+++ z3c.sqlalchemy/branches/declarative-integration/CHANGES.txt	2008-06-02 15:02:17 UTC (rev 87109)
@@ -1,3 +1,8 @@
+1.3.0 (unreleased)
+------------------
+
+  - support for sqlalchemy.ext.declarative
+
 1.2.0 (25.05.2008)
 ------------------
 

Modified: z3c.sqlalchemy/branches/declarative-integration/setup.py
===================================================================
--- z3c.sqlalchemy/branches/declarative-integration/setup.py	2008-06-02 15:00:31 UTC (rev 87108)
+++ z3c.sqlalchemy/branches/declarative-integration/setup.py	2008-06-02 15:02:17 UTC (rev 87109)
@@ -21,7 +21,7 @@
     'Topic :: Software Development :: Libraries :: Python Modules',
 ]
 
-version = '1.2.1-dev'
+version = '1.3.0-dev'
 
 desc = open('README.txt').read().strip()
 changes = open('CHANGES.txt').read().strip()



More information about the Checkins mailing list