[Checkins] SVN: zc.buildout/tags/1.5.0b2/zc.recipe.egg_/ also update info for zc.recipe.egg

Gary Poster gary.poster at canonical.com
Fri Apr 30 17:37:03 EDT 2010


Log message for revision 111754:
  also update info for zc.recipe.egg

Changed:
  U   zc.buildout/tags/1.5.0b2/zc.recipe.egg_/CHANGES.txt
  U   zc.buildout/tags/1.5.0b2/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/tags/1.5.0b2/zc.recipe.egg_/CHANGES.txt
===================================================================
--- zc.buildout/tags/1.5.0b2/zc.recipe.egg_/CHANGES.txt	2010-04-30 21:36:36 UTC (rev 111753)
+++ zc.buildout/tags/1.5.0b2/zc.recipe.egg_/CHANGES.txt	2010-04-30 21:37:03 UTC (rev 111754)
@@ -1,6 +1,13 @@
 Change History
 **************
 
+1.2.3b2 (2010-04-30)
+====================
+
+This is a re-release of 1.2.2 to hide the brown-bag release of 1.2.3b1.
+The changes in 1.2.3b1 will reappear as 1.2.3 soon, when the additional
+reported problems have been addressed.
+
 1.2.2 (2009-03-18)
 ==================
 
@@ -76,7 +83,7 @@
 
   - Cause develop eggs to be created after other parts.
 
-- The develop and build recipes now return the paths created, so that 
+- The develop and build recipes now return the paths created, so that
   created eggs or egg links are removed when a part is removed (or
   changed).
 

Modified: zc.buildout/tags/1.5.0b2/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/tags/1.5.0b2/zc.recipe.egg_/setup.py	2010-04-30 21:36:36 UTC (rev 111753)
+++ zc.buildout/tags/1.5.0b2/zc.recipe.egg_/setup.py	2010-04-30 21:37:03 UTC (rev 111754)
@@ -16,7 +16,7 @@
 $Id$
 """
 
-version = '0'
+version = '1.2.3b2'
 
 import os
 from setuptools import setup, find_packages



More information about the checkins mailing list