[Checkins] SVN: zc.recipe.deployment/tags/0.7.1/setup.py Updated version #

Jim Fulton jim at zope.com
Fri Mar 5 15:26:24 EST 2010


Log message for revision 109689:
  Updated version #
  

Changed:
  U   zc.recipe.deployment/tags/0.7.1/setup.py

-=-
Modified: zc.recipe.deployment/tags/0.7.1/setup.py
===================================================================
--- zc.recipe.deployment/tags/0.7.1/setup.py	2010-03-05 20:25:04 UTC (rev 109688)
+++ zc.recipe.deployment/tags/0.7.1/setup.py	2010-03-05 20:26:23 UTC (rev 109689)
@@ -20,7 +20,7 @@
 
 setup(
     name = name,
-    version = '0.7dev',
+    version = '0.7.1',
     author = 'Jim Fulton',
     author_email = 'jim at zope.com',
     description = 'ZC Buildout recipe for Unix deployments',
@@ -38,7 +38,7 @@
     'Download\n'
     '**********************\n'
     ),
-    
+
     install_requires = ['setuptools'],
     extras_require = {'test': 'zc.buildout'},
     entry_points = entry_points,



More information about the checkins mailing list