[Checkins] SVN: zc.recipe.testrunner/branches/1.2.1/ Preparing release 1.2.1

Adam Groszer agroszer at gmail.com
Tue Aug 24 10:39:36 EDT 2010


Log message for revision 115914:
  Preparing release 1.2.1

Changed:
  U   zc.recipe.testrunner/branches/1.2.1/CHANGES.txt
  U   zc.recipe.testrunner/branches/1.2.1/setup.py

-=-
Modified: zc.recipe.testrunner/branches/1.2.1/CHANGES.txt
===================================================================
--- zc.recipe.testrunner/branches/1.2.1/CHANGES.txt	2010-08-24 14:38:59 UTC (rev 115913)
+++ zc.recipe.testrunner/branches/1.2.1/CHANGES.txt	2010-08-24 14:39:36 UTC (rev 115914)
@@ -2,7 +2,7 @@
 Change History
 **************
 
-1.2.1 (unreleased)
+1.2.1 (2010-08-24)
 ==================
 
 - Fixed a lot of windows issues

Modified: zc.recipe.testrunner/branches/1.2.1/setup.py
===================================================================
--- zc.recipe.testrunner/branches/1.2.1/setup.py	2010-08-24 14:38:59 UTC (rev 115913)
+++ zc.recipe.testrunner/branches/1.2.1/setup.py	2010-08-24 14:39:36 UTC (rev 115914)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.2.1dev",
+    version='1.2.1',
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",



More information about the checkins mailing list