[Checkins] SVN: z3c.optionstorage/trunk/ Release 1.0.6

Gediminas Paulauskas menesis at pov.lt
Sat Feb 20 08:09:18 EST 2010


Log message for revision 109177:
  Release 1.0.6
  

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-20 13:03:03 UTC (rev 109176)
+++ z3c.optionstorage/trunk/CHANGES.txt	2010-02-20 13:09:17 UTC (rev 109177)
@@ -2,7 +2,7 @@
 CHANGES
 =======
 
-1.0.6 (unreleased)
+1.0.6 (2010-02-20)
 ------------------
 
 - Remove dependency on zope.app.zapi and zope.deprecation

Modified: z3c.optionstorage/trunk/setup.py
===================================================================
--- z3c.optionstorage/trunk/setup.py	2010-02-20 13:03:03 UTC (rev 109176)
+++ z3c.optionstorage/trunk/setup.py	2010-02-20 13:09:17 UTC (rev 109177)
@@ -22,7 +22,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.optionstorage',
-      version = '1.0.6dev',
+      version = '1.0.6',
       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