[Checkins] SVN: zope.app.cache/trunk/ Update version after release

Hanno Schlichting hannosch at hannosch.eu
Wed May 27 12:14:23 EDT 2009


Log message for revision 100476:
  Update version after release

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

-=-
Modified: zope.app.cache/trunk/CHANGES.txt
===================================================================
--- zope.app.cache/trunk/CHANGES.txt	2009-05-27 16:13:37 UTC (rev 100475)
+++ zope.app.cache/trunk/CHANGES.txt	2009-05-27 16:14:22 UTC (rev 100476)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+3.6.1 (unreleased)
+------------------
+
+
 3.6.0 (2009-05-27)
 ------------------
 

Modified: zope.app.cache/trunk/setup.py
===================================================================
--- zope.app.cache/trunk/setup.py	2009-05-27 16:13:37 UTC (rev 100475)
+++ zope.app.cache/trunk/setup.py	2009-05-27 16:14:22 UTC (rev 100476)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.cache',
-      version = '3.6.0',
+      version = '3.6.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Caching Framework',



More information about the Checkins mailing list