[Checkins] SVN: zc.recipe.testrunner/tags/1.0.3/setup.py corrected version number

Michael Howitz mh at gocept.com
Wed Sep 10 09:49:43 EDT 2008


Log message for revision 91031:
  corrected version number

Changed:
  U   zc.recipe.testrunner/tags/1.0.3/setup.py

-=-
Modified: zc.recipe.testrunner/tags/1.0.3/setup.py
===================================================================
--- zc.recipe.testrunner/tags/1.0.3/setup.py	2008-09-10 13:48:22 UTC (rev 91030)
+++ zc.recipe.testrunner/tags/1.0.3/setup.py	2008-09-10 13:49:42 UTC (rev 91031)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.0.2",
+    version = "1.0.3",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",



More information about the Checkins mailing list