[Checkins] SVN: z3c.optionstorage/trunk/ Bump version to 1.0.8dev

Gediminas Paulauskas menesis at pov.lt
Sat Feb 20 19:37:36 EST 2010


Log message for revision 109198:
  Bump version to 1.0.8dev

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-02-21 00:36:11 UTC (rev 109197)
+++ z3c.optionstorage/trunk/CHANGES.txt	2010-02-21 00:37:36 UTC (rev 109198)
@@ -2,6 +2,10 @@
 CHANGES
 =======
 
+1.0.8 (unreleased)
+------------------
+
+
 1.0.7 (2010-02-21)
 ------------------
 

Modified: z3c.optionstorage/trunk/setup.py
===================================================================
--- z3c.optionstorage/trunk/setup.py	2010-02-21 00:36:11 UTC (rev 109197)
+++ z3c.optionstorage/trunk/setup.py	2010-02-21 00:37:36 UTC (rev 109198)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.optionstorage',
-      version = '1.0.7',
+      version = '1.0.8dev',
       author='Zope Corporation and Contributors',
       author_email='zope-dev at zope.org',
       description='Optional Storages -- Persistent, Managable Vocabularies',



More information about the checkins mailing list