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

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Sep 15 04:40:18 EDT 2009


Log message for revision 104003:
  Preparing release 0.4.3

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-09-15 08:39:30 UTC (rev 104002)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2009-09-15 08:40:18 UTC (rev 104003)
@@ -3,7 +3,7 @@
 .. pinned there.
 
 
-0.4.3 (unreleased)
+0.4.3 (2009-09-15)
 ==================
 
 - Stop using an API internal to zc.buildout for retrieving versions

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2009-09-15 08:39:30 UTC (rev 104002)
+++ z3c.recipe.eggbasket/trunk/setup.py	2009-09-15 08:40:18 UTC (rev 104003)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4.3dev'
+version = '0.4.3'
 
 long_description = (
     'Change history\n'



More information about the checkins mailing list