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

Baiju M baiju.m.mail at gmail.com
Thu Oct 4 01:48:08 EDT 2007


Log message for revision 80577:
  bump version number
  

Changed:
  U   zope.configuration/trunk/setup.py

-=-
Modified: zope.configuration/trunk/setup.py
===================================================================
--- zope.configuration/trunk/setup.py	2007-10-04 05:14:21 UTC (rev 80576)
+++ zope.configuration/trunk/setup.py	2007-10-04 05:48:08 UTC (rev 80577)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.configuration',
-      version = '3.4.0',
+      version = '3.4.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Configuration Markup Language (ZCML)',



More information about the Checkins mailing list