[Checkins] SVN: zc.recipe.macro/tags/1.2.2/setup.py Set version number in setup.py to match the tag.

Aaron Lehmann aaron at zope.com
Fri Jul 11 13:45:57 EDT 2008


Log message for revision 88264:
  Set version number in setup.py to match the tag.
  
  

Changed:
  U   zc.recipe.macro/tags/1.2.2/setup.py

-=-
Modified: zc.recipe.macro/tags/1.2.2/setup.py
===================================================================
--- zc.recipe.macro/tags/1.2.2/setup.py	2008-07-11 17:45:03 UTC (rev 88263)
+++ zc.recipe.macro/tags/1.2.2/setup.py	2008-07-11 17:45:57 UTC (rev 88264)
@@ -82,7 +82,7 @@
 
 setuptools.setup(
     name="zc.recipe.macro",
-    version="1.3.0dev",
+    version="1.2.2",
     description="Macro-recipe for buildout.",
     long_description=text(
         'src/zc/recipe/macro/QUICKSTART.txt',



More information about the Checkins mailing list