[Checkins] SVN: zope.ramcache/trunk/ Prepare release

Hanno Schlichting hannosch at hannosch.eu
Thu Jul 23 05:56:30 EDT 2009


Log message for revision 102129:
  Prepare release

Changed:
  U   zope.ramcache/trunk/CHANGES.txt
  U   zope.ramcache/trunk/setup.py

-=-
Modified: zope.ramcache/trunk/CHANGES.txt
===================================================================
--- zope.ramcache/trunk/CHANGES.txt	2009-07-23 09:54:44 UTC (rev 102128)
+++ zope.ramcache/trunk/CHANGES.txt	2009-07-23 09:56:30 UTC (rev 102129)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.0 (unreleased)
+1.0 (2009-07-23)
 ----------------
 
 - Broke out the ram cache functionality from zope.app.cache.

Modified: zope.ramcache/trunk/setup.py
===================================================================
--- zope.ramcache/trunk/setup.py	2009-07-23 09:54:44 UTC (rev 102128)
+++ zope.ramcache/trunk/setup.py	2009-07-23 09:56:30 UTC (rev 102129)
@@ -20,7 +20,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name = 'zope.ramcache',
-      version = '1.0dev',
+      version = '1.0',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Zope RAM Cache',



More information about the Checkins mailing list