[Checkins] SVN: z3c.recipe.eggbasket/trunk/ continue development

Maurits van Rees m.van.rees at zestsoftware.nl
Mon May 5 19:58:33 EDT 2008


Log message for revision 86478:
  continue development

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-05 23:55:39 UTC (rev 86477)
+++ z3c.recipe.eggbasket/trunk/CHANGES.txt	2008-05-05 23:58:31 UTC (rev 86478)
@@ -1,3 +1,9 @@
+0.2.0 (unreleased)
+==================
+
+ -
+
+
 0.1.0 (2008-05-06)
 ==================
 

Modified: z3c.recipe.eggbasket/trunk/setup.py
===================================================================
--- z3c.recipe.eggbasket/trunk/setup.py	2008-05-05 23:55:39 UTC (rev 86477)
+++ z3c.recipe.eggbasket/trunk/setup.py	2008-05-05 23:58:31 UTC (rev 86478)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.1.0'
+version = '0.2.0dev'
 
 long_description = (
     read('README.txt')



More information about the Checkins mailing list