[Checkins] SVN: z3c.recipe.eggbasket/trunk/ Prepared release 0.4.0

Maurits van Rees m.van.rees at zestsoftware.nl
Mon Sep 22 05:21:37 EDT 2008


Log message for revision 91311:
  Prepared release 0.4.0

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	2008-09-22 08:57:38 UTC (rev 91310)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-09-22 09:21:36 UTC (rev 91311)
@@ -1,4 +1,4 @@
-0.4.0 (unreleased)
+0.4.0 (2008-09-22)
 ==================
 
 * When the download fails, do not say "Continuing with buildout

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2008-09-22 08:57:38 UTC (rev 91310)
+++ z3c.recipe.eggbasket/trunk/setup.py	2008-09-22 09:21:36 UTC (rev 91311)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4.0dev'
+version = '0.4.0'
 
 long_description = (
     'Change history\n'



More information about the Checkins mailing list