[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py Try using 0 version on trunk.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:23:50 EDT 2009


Log message for revision 98528:
  Try using 0 version on trunk.

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:23:43 UTC (rev 98527)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/setup.py	2009-03-29 21:23:49 UTC (rev 98528)
@@ -24,7 +24,7 @@
 name = "zc.recipe.egg"
 setup(
     name = name,
-    version = "1.1.0dev",
+    version = "0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Recipe for installing Python package distributions as eggs",



More information about the Checkins mailing list