[Checkins] SVN: zc.recipe.testrunner/tags/1.1.0/setup.py fixed version number

Michael Howitz mh at gocept.com
Mon Aug 25 07:43:32 EDT 2008


Log message for revision 90188:
  fixed version number

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

-=-
Modified: zc.recipe.testrunner/tags/1.1.0/setup.py
===================================================================
--- zc.recipe.testrunner/tags/1.1.0/setup.py	2008-08-25 11:41:46 UTC (rev 90187)
+++ zc.recipe.testrunner/tags/1.1.0/setup.py	2008-08-25 11:43:31 UTC (rev 90188)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.1.0dev",
+    version = "1.1.0",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",



More information about the Checkins mailing list