[Checkins] SVN: zc.recipe.cmmi/trunk/ fix double typo; thanks, Sidnei!

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


Log message for revision 98343:
  fix double typo; thanks, Sidnei!

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:38:37 UTC (rev 98342)
+++ zc.recipe.cmmi/trunk/CHANGES.txt	2009-03-25 01:55:38 UTC (rev 98343)
@@ -1,7 +1,7 @@
 Release History
 ***************
 
-1.2,0 (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:38:37 UTC (rev 98342)
+++ zc.recipe.cmmi/trunk/setup.py	2009-03-25 01:55:38 UTC (rev 98343)
@@ -21,7 +21,7 @@
 name = "zc.recipe.cmmi"
 setup(
     name = name,
-    version = "1.2,0dev",
+    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