[Checkins] SVN: zc.buildout/trunk/zc.recipe. Updated release info

Jim Fulton jim at zope.com
Fri Sep 15 09:54:59 EDT 2006


Log message for revision 70193:
  Updated release info

Changed:
  U   zc.buildout/trunk/zc.recipe.egg_/setup.py
  U   zc.buildout/trunk/zc.recipe.testrunner/setup.py

-=-
Modified: zc.buildout/trunk/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/trunk/zc.recipe.egg_/setup.py	2006-09-15 13:53:50 UTC (rev 70192)
+++ zc.buildout/trunk/zc.recipe.egg_/setup.py	2006-09-15 13:54:58 UTC (rev 70193)
@@ -3,7 +3,7 @@
 name = "zc.recipe.egg"
 setup(
     name = name,
-    version = "1.0.0a3",
+    version = "1.0.0b1",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "Recipe for installing Python package distributions as eggs",

Modified: zc.buildout/trunk/zc.recipe.testrunner/setup.py
===================================================================
--- zc.buildout/trunk/zc.recipe.testrunner/setup.py	2006-09-15 13:53:50 UTC (rev 70192)
+++ zc.buildout/trunk/zc.recipe.testrunner/setup.py	2006-09-15 13:54:58 UTC (rev 70193)
@@ -3,7 +3,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.0.0a2",
+    version = "1.0.0b1",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",



More information about the Checkins mailing list