summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 08:56:11 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 08:56:11 (GMT)
commit62069d3ce743c6f5f91ef3700d6bc2cc69172359 (patch)
tree4983b59818ec3a831317564edfabeab2d47cdfe1 /Lib/distutils
parent80ff2adf88e80e076774f03c7dd58e681bb08255 (diff)
downloadcpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.zip
cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.gz
cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.bz2
Bump versions and review NEWS file.
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 18b02fc..7b22279 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.2a0"
+__version__ = "3.2a1"
#--end constants--