[Checkins] SVN: zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/ Release maintenance.

Christian Theune ct at gocept.com
Fri Jun 27 04:44:00 EDT 2008


Log message for revision 87822:
  Release maintenance.
  

Changed:
  U   zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/CHANGES.txt
  U   zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/CHANGES.txt
===================================================================
--- zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/CHANGES.txt	2008-06-27 08:42:30 UTC (rev 87821)
+++ zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/CHANGES.txt	2008-06-27 08:43:59 UTC (rev 87822)
@@ -8,7 +8,7 @@
 Change History
 **************
 
-1.1.0b1 (unreleased)
+1.1.0b1 (2008-06-27)
 ====================
 
 - Added `environment` option to custom extension building options.

Modified: zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/setup.py	2008-06-27 08:42:30 UTC (rev 87821)
+++ zc.buildout/tags/egg-1.1.0b1/zc.recipe.egg_/setup.py	2008-06-27 08:43:59 UTC (rev 87822)
@@ -24,7 +24,7 @@
 name = "zc.recipe.egg"
 setup(
     name = name,
-    version = "1.1.0dev",
+    version = "1.1.0b1",
     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