[Checkins] SVN: zc.recipe.cmmi/trunk/ Prep 1.1.6 release.

Tres Seaver tseaver at palladion.com
Tue Mar 17 10:10:55 EDT 2009


Log message for revision 98181:
  Prep 1.1.6 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	2009-03-17 13:14:17 UTC (rev 98180)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2009-03-17 14:10:55 UTC (rev 98181)
@@ -1,6 +1,14 @@
 Release History
 ***************
 
+1.1.6 (2009-03-17)
+==================
+
+Moved 'zc' package from root of checkout into 'src', to prevent testrunner
+from finding eggs installed locally by buildout.
+
+Removed deprecations under Python 2.6.
+
 1.1.5 (2008-11-07)
 ==================
 

Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2009-03-17 13:14:17 UTC (rev 98180)
+++ zc.recipe.cmmi/trunk/setup.py	2009-03-17 14:10:55 UTC (rev 98181)
@@ -21,7 +21,7 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version = "1.1.5",
+    version = "1.1.6",
     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