[Checkins] SVN: z3c.recipe.staticlxml/trunk/ 0.5

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Mon Mar 16 06:05:45 EDT 2009


Log message for revision 98134:
  0.5

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

-=-
Modified: z3c.recipe.staticlxml/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/CHANGES.txt	2009-03-15 18:07:43 UTC (rev 98133)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2009-03-16 10:05:44 UTC (rev 98134)
@@ -1,6 +1,9 @@
 trunk
 =====
 
+0.5 (2009-03-16)
+================
+
 - The recipe checks for an existing egg before doing expensive
   download/compiles. Previously, the check was implicitly done *after*
   compiling libmxl/libxslt. The egg name is printed with a warning to delete

Modified: z3c.recipe.staticlxml/trunk/CONTRIBUTORS.txt
===================================================================
--- z3c.recipe.staticlxml/trunk/CONTRIBUTORS.txt	2009-03-15 18:07:43 UTC (rev 98133)
+++ z3c.recipe.staticlxml/trunk/CONTRIBUTORS.txt	2009-03-16 10:05:44 UTC (rev 98134)
@@ -1,2 +1,3 @@
 Stefan Eletzhofer, Author
+Reinout van Rees
 

Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2009-03-15 18:07:43 UTC (rev 98133)
+++ z3c.recipe.staticlxml/trunk/setup.py	2009-03-16 10:05:44 UTC (rev 98134)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.4dev'
+version = '0.5'
 
 long_description = (
     read('README.txt')



More information about the Checkins mailing list