[Checkins] SVN: z3c.dobbin/trunk/setup.py Bumped version.

Malthe Borch mborch at gmail.com
Wed Jun 18 12:44:13 EDT 2008


Log message for revision 87527:
  Bumped version.

Changed:
  U   z3c.dobbin/trunk/setup.py

-=-
Modified: z3c.dobbin/trunk/setup.py
===================================================================
--- z3c.dobbin/trunk/setup.py	2008-06-18 15:47:32 UTC (rev 87526)
+++ z3c.dobbin/trunk/setup.py	2008-06-18 16:44:12 UTC (rev 87527)
@@ -15,7 +15,7 @@
 from setuptools import setup, find_packages
 
 setup(name='z3c.dobbin',
-      version='0.2.8',
+      version='0.2.9',
       license='ZPL',
       author = "Malthe Borch, Stefan Eletzhofer and the Zope Community",
       author_email = "zope-dev at zope.org",
@@ -43,5 +43,5 @@
                            'zope.dottedname',
                            'ore.alchemist',
                            'ZODB3',
-                           'SQLAlchemy'],
+                           'SQLAlchemy==0.4.6'],
       )



More information about the Checkins mailing list