[Python-checkins] r50859 - in python/trunk: Lib/distutils/__init__.py Misc/NEWS

martin.v.loewis python-checkins at python.org
Thu Jul 27 08:38:17 CEST 2006


Author: martin.v.loewis
Date: Thu Jul 27 08:38:16 2006
New Revision: 50859

Modified:
   python/trunk/Lib/distutils/__init__.py
   python/trunk/Misc/NEWS
Log:
Bump distutils version to 2.5, as several new features
have been introduced since 2.4.


Modified: python/trunk/Lib/distutils/__init__.py
==============================================================================
--- python/trunk/Lib/distutils/__init__.py	(original)
+++ python/trunk/Lib/distutils/__init__.py	Thu Jul 27 08:38:16 2006
@@ -12,4 +12,4 @@
 
 __revision__ = "$Id$"
 
-__version__ = "2.4.0"
+__version__ = "2.5.0"

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Jul 27 08:38:16 2006
@@ -47,6 +47,8 @@
 Library
 -------
 
+- The distutils version has been changed to 2.5.0.
+
 - Bug #978833: Really close underlying socket in _socketobject.close.
 
 - Bug #1459963: urllib and urllib2 now normalize HTTP header names correctly


More information about the Python-checkins mailing list