[Checkins] SVN: zc.recipe.testrunner/branches/1.0.4/ missed the changelog update

Adam Groszer agroszer at gmail.com
Wed May 5 08:30:26 EDT 2010


Log message for revision 111973:
  missed the changelog update

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

-=-
Modified: zc.recipe.testrunner/branches/1.0.4/CHANGES.txt
===================================================================
--- zc.recipe.testrunner/branches/1.0.4/CHANGES.txt	2010-05-05 12:26:09 UTC (rev 111972)
+++ zc.recipe.testrunner/branches/1.0.4/CHANGES.txt	2010-05-05 12:30:26 UTC (rev 111973)
@@ -2,6 +2,17 @@
 Change History
 **************
 
+1.0.6 (2010-05-05)
+==================
+
+- 1.0.5 missed the changelog update
+
+1.0.5 (2010-05-05)
+==================
+
+- unpin requirement, 'zope.testing<=3.4.9999' that collides with the
+  KGS 3.4.0 and 3.4.1
+
 1.0.4 (2010-05-05)
 ==================
 

Modified: zc.recipe.testrunner/branches/1.0.4/setup.py
===================================================================
--- zc.recipe.testrunner/branches/1.0.4/setup.py	2010-05-05 12:26:09 UTC (rev 111972)
+++ zc.recipe.testrunner/branches/1.0.4/setup.py	2010-05-05 12:30:26 UTC (rev 111973)
@@ -7,7 +7,7 @@
 name = "zc.recipe.testrunner"
 setup(
     name = name,
-    version = "1.0.5",
+    version = "1.0.6",
     author = "Jim Fulton",
     author_email = "jim at zope.com",
     description = "ZC Buildout recipe for creating test runners",



More information about the checkins mailing list