[Checkins] SVN: zc.recipe.cmmi/trunk/ update version to reflect feature addition

Fred L. Drake, Jr. fdrake at gmail.com
Tue Mar 24 20:38:38 EDT 2009


Log message for revision 98342:
  update version to reflect feature addition

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-25 00:30:26 UTC (rev 98341)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2009-03-25 00:38:37 UTC (rev 98342)
@@ -1,7 +1,7 @@
 Release History
 ***************
 
-1.1.7 (unreleased)
+1.2,0 (unreleased)
 ==================
 
 Enabled using a shared directory for completed builds.

Modified: zc.recipe.cmmi/trunk/setup.py
===================================================================
--- zc.recipe.cmmi/trunk/setup.py	2009-03-25 00:30:26 UTC (rev 98341)
+++ zc.recipe.cmmi/trunk/setup.py	2009-03-25 00:38:37 UTC (rev 98342)
@@ -21,7 +21,7 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version = "1.1.6",
+    version = "1.2,0dev",
     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