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

Marius Gedminas marius at pov.lt
Wed Jul 30 13:38:41 EDT 2008


Log message for revision 89045:
  Prepare to release zope.app.cache 3.4.1.
  
  

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	2008-07-30 17:38:01 UTC (rev 89044)
+++ zope.app.cache/trunk/CHANGES.txt	2008-07-30 17:38:40 UTC (rev 89045)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-3.4.1 (unreleased)
+3.4.1 (2008-07-30)
 ------------------
 
 - Remove find-links from buildout.cfg.

Modified: zope.app.cache/trunk/setup.py
===================================================================
--- zope.app.cache/trunk/setup.py	2008-07-30 17:38:01 UTC (rev 89044)
+++ zope.app.cache/trunk/setup.py	2008-07-30 17:38:40 UTC (rev 89045)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.app.cache',
-      version = '3.4.1dev',
+      version = '3.4.1',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Zope Caching Framework',



More information about the Checkins mailing list