[Checkins] SVN: ZConfig/trunk/ Prepare ZConfig 2.9.0.

Hanno Schlichting hannosch at hannosch.eu
Tue Mar 22 05:52:40 EDT 2011


Log message for revision 121071:
  Prepare ZConfig 2.9.0.

Changed:
  U   ZConfig/trunk/NEWS.txt
  U   ZConfig/trunk/setup.py

-=-
Modified: ZConfig/trunk/NEWS.txt
===================================================================
--- ZConfig/trunk/NEWS.txt	2011-03-22 09:52:17 UTC (rev 121070)
+++ ZConfig/trunk/NEWS.txt	2011-03-22 09:52:40 UTC (rev 121071)
@@ -3,8 +3,8 @@
 ==========================
 
 
-After ZConfig 2.8.0 (unreleased)
---------------------------------
+ZConfig 2.9.0 (2011-03-22)
+--------------------------
 
 - Allow identical redefinition of ``%define`` names.
 - Added support for IPv6 addresses.

Modified: ZConfig/trunk/setup.py
===================================================================
--- ZConfig/trunk/setup.py	2011-03-22 09:52:17 UTC (rev 121070)
+++ ZConfig/trunk/setup.py	2011-03-22 09:52:40 UTC (rev 121071)
@@ -18,7 +18,7 @@
 
 options = dict(
     name="ZConfig",
-    version="0",
+    version="2.9.0",
     author="Fred L. Drake, Jr.",
     author_email="fred at zope.com",
     maintainer="Zope Foundation and Contributors",
@@ -51,7 +51,7 @@
         "Programming Language :: Python :: 2.4",
         "Programming Language :: Python :: 2.5",
         "Programming Language :: Python :: 2.6",
-        "Topic :: Software Development :: Libraries :: Python Modules",
+        "Programming Language :: Python :: 2.7",
         ],
     # Support for 'setup.py test' when setuptools is available:
     test_suite="__main__.alltests",



More information about the checkins mailing list