[Checkins] SVN: zc.recipe.deployment/branches/jspaans-fix-to-match-docs/setup.py Change version

Jasper Spaans jspaans at thehealthagency.com
Tue Dec 23 10:55:35 EST 2008


Log message for revision 94289:
  Change version
  

Changed:
  U   zc.recipe.deployment/branches/jspaans-fix-to-match-docs/setup.py

-=-
Modified: zc.recipe.deployment/branches/jspaans-fix-to-match-docs/setup.py
===================================================================
--- zc.recipe.deployment/branches/jspaans-fix-to-match-docs/setup.py	2008-12-23 15:55:06 UTC (rev 94288)
+++ zc.recipe.deployment/branches/jspaans-fix-to-match-docs/setup.py	2008-12-23 15:55:35 UTC (rev 94289)
@@ -20,7 +20,7 @@
 
 setup(
     name = name,
-    version = '0.7dev',
+    version = '0.6.1dev',
     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,
@@ -48,4 +48,3 @@
     zip_safe = False,
     include_package_data = True,
     )
-



More information about the Checkins mailing list