[Checkins] SVN: z3c.recipe.eggbasket/trunk/ Preparing release 0.4.2

Maurits van Rees m.van.rees at zestsoftware.nl
Tue Jun 9 17:53:18 EDT 2009


Log message for revision 100766:
  Preparing release 0.4.2

Changed:
  U   z3c.recipe.eggbasket/trunk/CHANGES.txt
  U   z3c.recipe.eggbasket/trunk/setup.py

-=-
Modified: z3c.recipe.eggbasket/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.eggbasket/trunk/CHANGES.txt	2009-06-09 21:51:58 UTC (rev 100765)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2009-06-09 21:53:18 UTC (rev 100766)
@@ -3,7 +3,7 @@
 .. pinned there.
 
 
-0.4.2 (unreleased)
+0.4.2 (2009-06-09)
 ==================
 
 * Made the automated tests work when running bin/test.

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2009-06-09 21:51:58 UTC (rev 100765)
+++ z3c.recipe.eggbasket/trunk/setup.py	2009-06-09 21:53:18 UTC (rev 100766)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4.2dev'
+version = '0.4.2'
 
 long_description = (
     'Change history\n'



More information about the Checkins mailing list