[Checkins] SVN: z3c.wizard/trunk/ Preparing release 0.6.0

Michael Howitz mh at gocept.com
Fri Jul 10 02:18:29 EDT 2009


Log message for revision 101786:
  Preparing release 0.6.0

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

-=-
Modified: z3c.wizard/trunk/CHANGES.txt
===================================================================
--- z3c.wizard/trunk/CHANGES.txt	2009-07-10 06:14:36 UTC (rev 101785)
+++ z3c.wizard/trunk/CHANGES.txt	2009-07-10 06:18:29 UTC (rev 101786)
@@ -2,14 +2,16 @@
 CHANGES
 =======
 
-0.5.1dev (unreleased)
----------------------
+0.6.0 (2009-07-10)
+------------------
 
 - Remove dependency on z3c.i18n as it wasn't really used and we can
   easily recreate a message factory for the "z3c" domain.
 
 - Fixed tests to work with z3c.form 2.0.
 
+- Added another doctest to the `long_description`.
+
 - Changed package's mailing list address to zope-dev at zope.org instead
   of the retired zope3-dev one.
 

Modified: z3c.wizard/trunk/setup.py
===================================================================
--- z3c.wizard/trunk/setup.py	2009-07-10 06:14:36 UTC (rev 101785)
+++ z3c.wizard/trunk/setup.py	2009-07-10 06:18:29 UTC (rev 101786)
@@ -23,7 +23,7 @@
 
 setup (
     name='z3c.wizard',
-    version='0.5.1dev',
+    version = '0.6.0',
     author = "Roger Ineichen and the Zope Community",
     author_email = "zope-dev at zope.org",
     description = "Wizard based on z3c.form for for Zope3",



More information about the Checkins mailing list