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

Aaron Lehmann aaron at zope.com
Fri Jul 11 14:02:33 EDT 2008


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

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

-=-
Modified: zc.recipe.macro/tags/1.2.3/setup.py
===================================================================
--- zc.recipe.macro/tags/1.2.3/setup.py	2008-07-11 18:01:22 UTC (rev 88266)
+++ zc.recipe.macro/tags/1.2.3/setup.py	2008-07-11 18:02:33 UTC (rev 88267)
@@ -82,7 +82,7 @@
 
 setuptools.setup(
     name="zc.recipe.macro",
-    version="1.3.0dev",
+    version="1.2.3",
     description="Macro-recipe for buildout.",
     long_description=text(
         'src/zc/recipe/macro/QUICKSTART.txt',



More information about the Checkins mailing list