[Checkins] SVN: z3c.recipe.staticlxml/tags/0.7.2/ 0.7.2

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Fri Aug 13 05:13:22 EDT 2010


Log message for revision 115665:
  0.7.2

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

-=-
Modified: z3c.recipe.staticlxml/tags/0.7.2/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/tags/0.7.2/CHANGES.txt	2010-08-13 09:12:49 UTC (rev 115664)
+++ z3c.recipe.staticlxml/tags/0.7.2/CHANGES.txt	2010-08-13 09:13:22 UTC (rev 115665)
@@ -1,5 +1,5 @@
 
-0.7.2 (unreleased)
+0.7.2 (2010-08-13)
 ==================
 
 - Made smoke test a bit more fuzzy to ignore output differences when newer

Modified: z3c.recipe.staticlxml/tags/0.7.2/setup.py
===================================================================
--- z3c.recipe.staticlxml/tags/0.7.2/setup.py	2010-08-13 09:12:49 UTC (rev 115664)
+++ z3c.recipe.staticlxml/tags/0.7.2/setup.py	2010-08-13 09:13:22 UTC (rev 115665)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.7.2dev'
+version = '0.7.2'
 
 long_description = (
     read('README.txt')



More information about the checkins mailing list