[Checkins] SVN: zc.buildout/branches/help-api/ reverted last change because the trunk

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:27:41 EDT 2009


Log message for revision 98561:
  reverted  last change because the trunk
  isn't really stable (failing tests, hanging test)

Changed:
  U   zc.buildout/branches/help-api/CHANGES.txt
  U   zc.buildout/branches/help-api/setup.py

-=-
Modified: zc.buildout/branches/help-api/CHANGES.txt
===================================================================
--- zc.buildout/branches/help-api/CHANGES.txt	2009-03-29 21:27:34 UTC (rev 98560)
+++ zc.buildout/branches/help-api/CHANGES.txt	2009-03-29 21:27:40 UTC (rev 98561)
@@ -4,7 +4,7 @@
 Change History
 **************
 
-1.1.2 (2009/03/13)
+1.1.2 (unreleased)
 ==================
 
 - Switched from using os.popen* to subprocess.Popen, to avoid a deprecation

Modified: zc.buildout/branches/help-api/setup.py
===================================================================
--- zc.buildout/branches/help-api/setup.py	2009-03-29 21:27:34 UTC (rev 98560)
+++ zc.buildout/branches/help-api/setup.py	2009-03-29 21:27:40 UTC (rev 98561)
@@ -12,7 +12,7 @@
 #
 ##############################################################################
 
-version = "1.1.2"
+version = "1.1.2dev"
 
 import os
 from setuptools import setup, find_packages



More information about the Checkins mailing list