[Checkins] SVN: zope.app.container/branches/3.5/setup.py bump version number after release

Philipp von Weitershausen philikon at philikon.de
Fri Nov 9 14:23:16 EST 2007


Log message for revision 81659:
  bump version number after release
  

Changed:
  U   zope.app.container/branches/3.5/setup.py

-=-
Modified: zope.app.container/branches/3.5/setup.py
===================================================================
--- zope.app.container/branches/3.5/setup.py	2007-11-09 19:20:39 UTC (rev 81658)
+++ zope.app.container/branches/3.5/setup.py	2007-11-09 19:23:14 UTC (rev 81659)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.container',
-      version = '3.5.3dev',
+      version = '3.5.4dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Container',



More information about the Checkins mailing list