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

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 25 09:35:55 EDT 2009


Log message for revision 102298:
  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-07-25 13:35:15 UTC (rev 102297)
+++ zope.app.cache/trunk/CHANGES.txt	2009-07-25 13:35:55 UTC (rev 102298)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+3.7.1 (unreleased)
+------------------
+
+
 3.7.0 (2009-07-25)
 ------------------
 

Modified: zope.app.cache/trunk/setup.py
===================================================================
--- zope.app.cache/trunk/setup.py	2009-07-25 13:35:15 UTC (rev 102297)
+++ zope.app.cache/trunk/setup.py	2009-07-25 13:35:55 UTC (rev 102298)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.cache',
-      version = '3.7.0',
+      version = '3.7.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope Caching Framework',



More information about the Checkins mailing list