From: Marc-André Lemburg Date: Fri, 30 Mar 2007 15:01:42 +0000 (+0000) Subject: Bump the patch level version of distutils since there were a few bug fixes since X-Git-Tag: v2.6a1~1913 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2365fcde60351d7b378aa52d50842b133c57a2ba;p=thirdparty%2FPython%2Fcpython.git Bump the patch level version of distutils since there were a few bug fixes since the 2.5.0 release. --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 21d34c767bc5..86ad44fe3a93 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -20,4 +20,4 @@ __revision__ = "$Id$" # In general, major and minor version should loosely follow the Python # version number the distutils code was shipped with. # -__version__ = "2.5.0" +__version__ = "2.5.1"