[Checkins] SVN: z3c.recipe.staticlxml/trunk/setup.py set upcoming version number

Christian Theune ct at gocept.com
Tue Jun 8 04:26:46 EDT 2010


Log message for revision 113263:
  set upcoming version number
  

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

-=-
Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2010-06-08 08:26:27 UTC (rev 113262)
+++ z3c.recipe.staticlxml/trunk/setup.py	2010-06-08 08:26:46 UTC (rev 113263)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.8dev'
+version = '0.7.2dev'
 
 long_description = (
     read('README.txt')



More information about the checkins mailing list