[Checkins] SVN: z3c.recipe.staticlxml/branches/0.7.1/ prepping release

Stefan Eletzhofer stefan.eletzhofer at inquant.de
Mon May 18 14:42:00 EDT 2009


Log message for revision 100088:
  prepping release

Changed:
  U   z3c.recipe.staticlxml/branches/0.7.1/CHANGES.txt
  U   z3c.recipe.staticlxml/branches/0.7.1/setup.py

-=-
Modified: z3c.recipe.staticlxml/branches/0.7.1/CHANGES.txt
===================================================================
--- z3c.recipe.staticlxml/branches/0.7.1/CHANGES.txt	2009-05-18 18:40:12 UTC (rev 100087)
+++ z3c.recipe.staticlxml/branches/0.7.1/CHANGES.txt	2009-05-18 18:41:59 UTC (rev 100088)
@@ -1,7 +1,4 @@
-Trunk
-=====
-
-0.7.1 (unreleased)
+0.7.1 (2009-05-18)
 ==================
 
 - Removed accidentally checked in pdb [wosc]

Modified: z3c.recipe.staticlxml/branches/0.7.1/setup.py
===================================================================
--- z3c.recipe.staticlxml/branches/0.7.1/setup.py	2009-05-18 18:40:12 UTC (rev 100087)
+++ z3c.recipe.staticlxml/branches/0.7.1/setup.py	2009-05-18 18:41:59 UTC (rev 100088)
@@ -8,7 +8,7 @@
 def read(*rnames):
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
-version = '0.8dev'
+version = '0.7.1'
 
 long_description = (
     read('README.txt')
@@ -50,7 +50,7 @@
       keywords='buildout recipe lxml static',
       author='Stefan Eletzhofer',
       author_email='stefan.eletzhofer at inquant.de',
-      url='http://svn.zope.org/z3c.recipe.staticlxml/trunk',
+      url='http://svn.zope.org/z3c.recipe.staticlxml/branches/0.7.1',
       license='ZPL',
       packages=find_packages('src', exclude=['ez_setup']),
       package_dir = {'': 'src'},



More information about the Checkins mailing list