[Checkins] SVN: zope.app.generations/trunk/setup.py bump version number

Christian Theune ct at gocept.com
Wed Nov 12 13:32:57 EST 2008


Log message for revision 92893:
  bump version number
  

Changed:
  U   zope.app.generations/trunk/setup.py

-=-
Modified: zope.app.generations/trunk/setup.py
===================================================================
--- zope.app.generations/trunk/setup.py	2008-11-12 18:27:14 UTC (rev 92892)
+++ zope.app.generations/trunk/setup.py	2008-11-12 18:32:57 UTC (rev 92893)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.generations',
-      version = '3.4.1',
+      version = '3.4.2dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Schema Generations',



More information about the Checkins mailing list