[Checkins] SVN: z3c.recipe.staticlxml/trunk/ Back to development: 0.9

Reinout van Rees reinout at vanrees.org
Fri Aug 12 08:22:55 EDT 2011


Log message for revision 122564:
  Back to development: 0.9

Changed:
  U   z3c.recipe.staticlxml/trunk/CHANGES.txt
  U   z3c.recipe.staticlxml/trunk/setup.py

-=-
Modified: z3c.recipe.staticlxml/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/CHANGES.txt	2011-08-12 12:22:02 UTC (rev 122563)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2011-08-12 12:22:55 UTC (rev 122564)
@@ -1,3 +1,9 @@
+0.9 (unreleased)
+================
+
+- Nothing changed yet.
+
+
 0.8 (2011-08-12)
 ================
 

Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2011-08-12 12:22:02 UTC (rev 122563)
+++ z3c.recipe.staticlxml/trunk/setup.py	2011-08-12 12:22:55 UTC (rev 122564)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.8'
+version = '0.9dev'
 
 long_description = (
     read('README.txt')



More information about the checkins mailing list