]> granicus.if.org Git - python/commitdiff
Bump distutils version to 2.5, as several new features
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 27 Jul 2006 06:38:16 +0000 (06:38 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 27 Jul 2006 06:38:16 +0000 (06:38 +0000)
have been introduced since 2.4.

Lib/distutils/__init__.py
Misc/NEWS

index a1dbb4b5efd12d01fe723a3ac2d5ca021eee439f..8a28531c8cf469666b6c398a1e31c479e223b43f 100644 (file)
@@ -12,4 +12,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "2.4.0"
+__version__ = "2.5.0"
index c8bfcfd91f3fd7bfe4eea1d927bdc5167252a818..7753f49f169f4a27a1e40fdf3e9f6d2c6b8cd959 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and builtins
 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