]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Some bugs have been fixed in distutils, so increment the last part of
authorThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:25:24 +0000 (19:25 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 20 Jan 2005 19:25:24 +0000 (19:25 +0000)
the version number.  For the distutils version numbering scheme, see
http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html

Lib/distutils/__init__.py

index a1dbb4b5efd12d01fe723a3ac2d5ca021eee439f..6a0aaad73ff5a2a5ff7de36c9b6842b24a26cba2 100644 (file)
@@ -12,4 +12,4 @@ used from a setup script as
 
 __revision__ = "$Id$"
 
-__version__ = "2.4.0"
+__version__ = "2.4.1"