[Checkins] SVN: zope.app.cache/trunk/setup.py Forgot to update version in setup.py

Hanno Schlichting hannosch at hannosch.eu
Wed May 27 12:10:44 EDT 2009


Log message for revision 100473:
  Forgot to update version in setup.py
  

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

-=-
Modified: zope.app.cache/trunk/setup.py
===================================================================
--- zope.app.cache/trunk/setup.py	2009-05-27 16:09:26 UTC (rev 100472)
+++ zope.app.cache/trunk/setup.py	2009-05-27 16:10:44 UTC (rev 100473)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.cache',
-      version = '3.5.1dev',
+      version = '3.6.0dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Caching Framework',



More information about the Checkins mailing list