[Checkins] SVN: z3c.recipe.eggbasket/trunk/ up version after tagging

Maurits van Rees m.van.rees at zestsoftware.nl
Wed May 21 18:18:11 EDT 2008


Log message for revision 86894:
  up version after tagging

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-05-21 22:17:26 UTC (rev 86893)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-21 22:18:11 UTC (rev 86894)
@@ -1,3 +1,7 @@
+0.3.0 (unreleased)
+==================
+
+
 0.2.0 (22 May 2008)
 ===================
 

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2008-05-21 22:17:26 UTC (rev 86893)
+++ z3c.recipe.eggbasket/trunk/setup.py	2008-05-21 22:18:11 UTC (rev 86894)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.2.0'
+version = '0.3.0dev'
 
 long_description = (
     read('README.txt')



More information about the Checkins mailing list