[Checkins] SVN: zc.buildout/trunk/ Prep 1.1.2 release.

Tres Seaver tseaver at palladion.com
Mon Mar 16 12:59:55 EDT 2009


Log message for revision 98147:
  Prep 1.1.2 release.

Changed:
  U   zc.buildout/trunk/CHANGES.txt
  U   zc.buildout/trunk/setup.py

-=-
Modified: zc.buildout/trunk/CHANGES.txt
===================================================================
--- zc.buildout/trunk/CHANGES.txt	2009-03-16 16:57:33 UTC (rev 98146)
+++ zc.buildout/trunk/CHANGES.txt	2009-03-16 16:59:55 UTC (rev 98147)
@@ -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/trunk/setup.py
===================================================================
--- zc.buildout/trunk/setup.py	2009-03-16 16:57:33 UTC (rev 98146)
+++ zc.buildout/trunk/setup.py	2009-03-16 16:59:55 UTC (rev 98147)
@@ -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