[Checkins] SVN: zope.app.testing/trunk/setup.py bump version for the next release

Fred L. Drake, Jr. fdrake at gmail.com
Mon Aug 25 10:16:36 EDT 2008


Log message for revision 90214:
  bump version for the next release
  

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

-=-
Modified: zope.app.testing/trunk/setup.py
===================================================================
--- zope.app.testing/trunk/setup.py	2008-08-25 14:15:56 UTC (rev 90213)
+++ zope.app.testing/trunk/setup.py	2008-08-25 14:16:35 UTC (rev 90214)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='zope.app.testing',
-      version = '3.5.4dev',
+      version = '3.5.5dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Application Testing Support',



More information about the Checkins mailing list