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

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


Log message for revision 100474:
  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-05-27 16:10:44 UTC (rev 100473)
+++ zope.app.cache/trunk/CHANGES.txt	2009-05-27 16:13:12 UTC (rev 100474)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.6.0 (unreleased)
+3.6.0 (2009-05-27)
 ------------------
 
 - Use zope.componentvocabulary instead of zope.app.component.

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



More information about the Checkins mailing list