summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-André Lemburg <mal@egenix.com>2007-03-31 21:02:43 (GMT)
committerMarc-André Lemburg <mal@egenix.com>2007-03-31 21:02:43 (GMT)
commit530698235d8397346532a31dd50d5e39152d0c36 (patch)
tree95fc967fd12cf0113f732dcb611d0dab7c05c45d
parent48642d4a0a168c8ae0f0e455afc20738cc26cea8 (diff)
downloadcpython-530698235d8397346532a31dd50d5e39152d0c36.zip
cpython-530698235d8397346532a31dd50d5e39152d0c36.tar.gz
cpython-530698235d8397346532a31dd50d5e39152d0c36.tar.bz2
Bump the patch level version of distutils since there were a few bug fixes
since the 2.5.0 release. Backport of r54615.
-rw-r--r--Lib/distutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 21d34c7..86ad44f 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"