[Checkins] SVN: z3c.optionstorage/trunk/ Post-release version bump.

Marius Gedminas marius at pov.lt
Mon Jan 4 10:28:59 EST 2010


Log message for revision 107634:
  Post-release version bump.
  
  

Changed:
  U   z3c.optionstorage/trunk/CHANGES.txt
  U   z3c.optionstorage/trunk/setup.py

-=-
Modified: z3c.optionstorage/trunk/CHANGES.txt
===================================================================
--- z3c.optionstorage/trunk/CHANGES.txt	2010-01-04 15:28:20 UTC (rev 107633)
+++ z3c.optionstorage/trunk/CHANGES.txt	2010-01-04 15:28:58 UTC (rev 107634)
@@ -2,6 +2,11 @@
 CHANGES
 =======
 
+1.0.6 (unreleased)
+------------------
+
+- ...
+
 1.0.5 (2010-01-04)
 ------------------
 

Modified: z3c.optionstorage/trunk/setup.py
===================================================================
--- z3c.optionstorage/trunk/setup.py	2010-01-04 15:28:20 UTC (rev 107633)
+++ z3c.optionstorage/trunk/setup.py	2010-01-04 15:28:58 UTC (rev 107634)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.optionstorage',
-      version = '1.0.5',
+      version = '1.0.6dev',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
       description='Optional Storages -- Persistent, Managable Vocabularies',



More information about the checkins mailing list