[Checkins] SVN: zc.recipe.cmmi/trunk/ Update change log, prepare for release

Patrick Strawderman patrick at zope.com
Wed Nov 10 18:08:01 EST 2010


Log message for revision 118327:
  Update change log, prepare for release

Changed:
  U   zc.recipe.cmmi/trunk/CHANGES.txt
  U   zc.recipe.cmmi/trunk/setup.py

-=-
Modified: zc.recipe.cmmi/trunk/CHANGES.txt
===================================================================
--- zc.recipe.cmmi/trunk/CHANGES.txt	2010-11-10 23:04:17 UTC (rev 118326)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2010-11-10 23:08:01 UTC (rev 118327)
@@ -11,6 +11,9 @@
 
 - Remove the temporary build directory when cmmi succeeds.
 
+- Specify that the zc.buildout version be <1.5.0b1, as the recipe is
+  currently not compatible with zc.buildout 1.5.
+
 1.3.2 (2010-08-09)
 ==================
 

Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2010-11-10 23:04:17 UTC (rev 118326)
+++ zc.recipe.cmmi/trunk/setup.py	2010-11-10 23:08:01 UTC (rev 118327)
@@ -21,7 +21,7 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version='1.4dev',
+    version='1.3.3',
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for configure/make/make install",



More information about the checkins mailing list