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

Baiju M baiju.m.mail at gmail.com
Thu Oct 4 02:13:15 EDT 2007


Log message for revision 80586:
  bump version number
  

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

-=-
Modified: zope.pagetemplate/trunk/setup.py
===================================================================
--- zope.pagetemplate/trunk/setup.py	2007-10-04 06:09:07 UTC (rev 80585)
+++ zope.pagetemplate/trunk/setup.py	2007-10-04 06:13:15 UTC (rev 80586)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.pagetemplate',
-      version = '3.4.0',
+      version = '3.4.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Page Templates',



More information about the Checkins mailing list