[Checkins] SVN: z3c.recipe.staticlxml/trunk/ prepping release
Stefan Eletzhofer
stefan.eletzhofer at inquant.de
Mon May 18 10:23:06 EDT 2009
Log message for revision 100068:
prepping 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-05-18 13:39:56 UTC (rev 100067)
+++ z3c.recipe.staticlxml/trunk/CHANGES.txt 2009-05-18 14:23:05 UTC (rev 100068)
@@ -1,5 +1,5 @@
-Trunk
-=====
+0.7 (2009-05-18)
+================
- Passing include-dirs, library-dirs and rpath newline separated as required
by zc.recipe.egg. This fixes non static build on linux. [zagy]
Modified: z3c.recipe.staticlxml/trunk/setup.py
===================================================================
--- z3c.recipe.staticlxml/trunk/setup.py 2009-05-18 13:39:56 UTC (rev 100067)
+++ z3c.recipe.staticlxml/trunk/setup.py 2009-05-18 14:23:05 UTC (rev 100068)
@@ -8,7 +8,7 @@
def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
-version = '0.7dev'
+version = '0.7'
long_description = (
read('README.txt')
More information about the Checkins
mailing list