[Checkins] SVN: zope.ramcache/trunk/ Update version after release

Hanno Schlichting hannosch at hannosch.eu
Thu Jul 23 05:57:43 EDT 2009


Log message for revision 102131:
  Update version after 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:57:01 UTC (rev 102130)
+++ zope.ramcache/trunk/CHANGES.txt	2009-07-23 09:57:42 UTC (rev 102131)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+1.0.1 (unreleased)
+------------------
+
+
 1.0 (2009-07-23)
 ----------------
 

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



More information about the Checkins mailing list