[Checkins] SVN: zope.app.cache/trunk/ vb

Martijn Faassen faassen at infrae.com
Sat Jan 31 10:22:32 EST 2009


Log message for revision 95708:
  vb

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-01-31 15:21:53 UTC (rev 95707)
+++ zope.app.cache/trunk/CHANGES.txt	2009-01-31 15:22:32 UTC (rev 95708)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+3.5.1 (unreleased)
+------------------
+
+- ...
+
 3.5.0 (2009-01-31)
 ------------------
 

Modified: zope.app.cache/trunk/setup.py
===================================================================
--- zope.app.cache/trunk/setup.py	2009-01-31 15:21:53 UTC (rev 95707)
+++ zope.app.cache/trunk/setup.py	2009-01-31 15:22:32 UTC (rev 95708)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.cache',
-      version = '3.5.0dev',
+      version = '3.5.1dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Caching Framework',



More information about the Checkins mailing list