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

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


Log message for revision 80582:
  bump version number
  

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

-=-
Modified: zope.filerepresentation/trunk/setup.py
===================================================================
--- zope.filerepresentation/trunk/setup.py	2007-10-04 05:56:50 UTC (rev 80581)
+++ zope.filerepresentation/trunk/setup.py	2007-10-04 05:58:25 UTC (rev 80582)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.filerepresentation',
-      version = '3.4.0',
+      version = '3.4.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='File-system Representation Interfaces',



More information about the Checkins mailing list