[Checkins] SVN: z3c.recipe.staticlxml/trunk/ 0.6 release

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Thu Mar 19 08:00:38 EDT 2009


Log message for revision 98268:
  0.6 release

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	2009-03-19 11:58:55 UTC (rev 98267)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2009-03-19 12:00:37 UTC (rev 98268)
@@ -1,5 +1,5 @@
-trunk
-=====
+0.6 (2009-03-19)
+================
 
 - Switching off building of the exslt crypt functionality. That crypt
   functionality isn't found anymore on exslt.org itself. And it uses

Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2009-03-19 11:58:55 UTC (rev 98267)
+++ z3c.recipe.staticlxml/trunk/setup.py	2009-03-19 12:00:37 UTC (rev 98268)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.6dev'
+version = '0.6'
 
 long_description = (
     read('README.txt')



More information about the Checkins mailing list