[Checkins] SVN: zc.buildout/branches/help-api/ Prep 1.1.2 release.

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


Log message for revision 98569:
  Prep 1.1.2 release.

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:28:21 UTC (rev 98568)
+++ zc.buildout/branches/help-api/CHANGES.txt	2009-03-29 21:28:27 UTC (rev 98569)
@@ -4,9 +4,12 @@
 Change History
 **************
 
-1.1.2 (unreleased)
+1.1.2 (2009-03-16)
 ==================
 
+- Fixed remaining deprecation warnings under Python 2.6, both when running
+  our tests and when using the package.
+
 - Switched from using os.popen* to subprocess.Popen, to avoid a deprecation
   warning in Python 2.6.  See:
 

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



More information about the Checkins mailing list