From: Thomas Heller Date: Thu, 20 Jan 2005 19:28:44 +0000 (+0000) Subject: At least one bug has been fixed in distutils, so increment the last part of X-Git-Tag: v2.3.5c1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87b99c7f0e194349e0f30b4d6facb3f3a311ba7e;p=thirdparty%2FPython%2Fcpython.git At least one bug has been fixed in distutils, so increment the last part of the version number. For the distutils version numbering scheme, see http://mail.python.org/pipermail/distutils-sig/2005-January/004368.html --- diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 7873d297b3e1..2e9c90c7c7f7 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -12,4 +12,4 @@ used from a setup script as __revision__ = "$Id$" -__version__ = "1.0.3" +__version__ = "1.0.4"