[Checkins] SVN: zope.app.cache/trunk/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Sat Jul 25 09:34:46 EDT 2009


Log message for revision 102296:
  Prepare 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:01:18 UTC (rev 102295)
+++ zope.app.cache/trunk/CHANGES.txt	2009-07-25 13:34:46 UTC (rev 102296)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.7.0 (unreleased)
+3.7.0 (2009-07-25)
 ------------------
 
 - Use the RAM cache implementation from zope.ramcache.

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



More information about the Checkins mailing list