summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-05-13 04:50:56 (GMT)
committerGeorg Brandl <georg@python.org>2011-05-13 04:50:56 (GMT)
commitcc5ea6860f059049e5c7825d9c3c47600a5d9a42 (patch)
treeb342f227ba88b77d083c827bf9281dbe76a58ce9 /Lib/distutils
parent00dd182b8ec1629a35cb6e9d551dedff6b7149f7 (diff)
parent34f2433f2f2128664c69d2ab3599d2d409bbc7d5 (diff)
downloadcpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.zip
cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.gz
cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.bz2
Merge in changes from 3.2.1b1 release repo.
Diffstat (limited to 'Lib/distutils')
-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 49b6d51..17c89ee 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2"
+__version__ = "3.2.1b1"
#--end constants--