[Checkins] SVN: z3c.recipe.eggbasket/trunk/ Post-release bump.

Martijn Faassen faassen at infrae.com
Mon Jan 12 14:26:05 EST 2009


Log message for revision 94707:
  Post-release bump.
  

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-01-12 19:25:23 UTC (rev 94706)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2009-01-12 19:26:04 UTC (rev 94707)
@@ -1,3 +1,8 @@
+0.4.2 (unreleased)
+==================
+
+* ...
+
 0.4.1 (2009-01-12)
 ==================
 

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2009-01-12 19:25:23 UTC (rev 94706)
+++ z3c.recipe.eggbasket/trunk/setup.py	2009-01-12 19:26:04 UTC (rev 94707)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4.1dev'
+version = '0.4.2dev'
 
 long_description = (
     'Change history\n'



More information about the Checkins mailing list