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

Reinout van Rees reinout at vanrees.org
Fri Aug 12 08:21:46 EDT 2011


Log message for revision 122562:
  Preparing release 0.8

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	2011-08-12 12:19:49 UTC (rev 122561)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt	2011-08-12 12:21:46 UTC (rev 122562)
@@ -1,5 +1,5 @@
-0.7.3 (unreleased)
-==================
+0.8 (2011-08-12)
+================
 
 - Updated default libxml/libxslt download locations to
   http://xmlsoft.org/sources/libxml2-2.7.8.tar.gz and

Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py	2011-08-12 12:19:49 UTC (rev 122561)
+++ z3c.recipe.staticlxml/trunk/setup.py	2011-08-12 12:21:46 UTC (rev 122562)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.7.2dev'
+version = '0.8'
 
 long_description = (
     read('README.txt')



More information about the checkins mailing list