[Checkins] SVN: z3c.recipe.staticlxml/trunk/setup.py trunk is now 0.2

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Thu Nov 27 10:29:56 EST 2008


Log message for revision 93404:
  trunk is now 0.2

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

-=-
Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2008-11-27 15:27:47 UTC (rev 93403)
+++ z3c.recipe.staticlxml/trunk/setup.py	2008-11-27 15:29:56 UTC (rev 93404)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.1'
+version = '0.2'
 
 long_description = (
     read('README.txt')



More information about the Checkins mailing list