[Checkins] SVN: z3c.schema/trunk/ Preparing release 0.6.1

Michael Howitz mh at gocept.com
Mon Oct 18 03:48:17 EDT 2010


Log message for revision 117615:
  Preparing release 0.6.1

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

-=-
Modified: z3c.schema/trunk/CHANGES.txt
===================================================================
--- z3c.schema/trunk/CHANGES.txt	2010-10-18 07:46:55 UTC (rev 117614)
+++ z3c.schema/trunk/CHANGES.txt	2010-10-18 07:48:16 UTC (rev 117615)
@@ -2,16 +2,16 @@
 CHANGES
 =======
 
-Version 0.6.1 (unreleased)
---------------------------
+0.6.1 (2010-10-18)
+------------------
 
 - Added french translations.
 
 - Added doctests to ``long_description`` so they appear on PyPI.
 
 
-Version 0.6.0 (2009-01-26)
---------------------------
+0.6.0 (2009-01-26)
+------------------
 
 - Humanized exception's doc strings.
 - Added translations support.
@@ -20,19 +20,19 @@
 - Changed mailing list address to zope-dev at zope.org, as
   zope3-dev is retired now.
 
-Version 0.5.0 (2008-10-21)
---------------------------
+0.5.0 (2008-10-21)
+------------------
 
-- Initial release on pypi
+- Initial release on PyPI.
 
 
-Version 0.2.0 (2007-09-21)
---------------------------
+0.2.0 (2007-09-21)
+------------------
 
 - Feature: Added ``DateSelect`` field.
 
 
-Version 0.1.0 (2007-06-04)
---------------------------
+0.1.0 (2007-06-04)
+------------------
 
-- Initial release
+- Initial release.

Modified: z3c.schema/trunk/setup.py
===================================================================
--- z3c.schema/trunk/setup.py	2010-10-18 07:46:55 UTC (rev 117614)
+++ z3c.schema/trunk/setup.py	2010-10-18 07:48:16 UTC (rev 117615)
@@ -25,7 +25,7 @@
 
 setup(
     name = 'z3c.schema',
-    version = '0.6.1dev',
+    version='0.6.1',
     author = 'Zope Community',
       author_email = "zope-dev at zope.org",
       description = "Additional schema fields for Zope 3",



More information about the checkins mailing list