summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-19 10:30:28 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-19 10:30:28 (GMT)
commit8a60e94802b04a838607b4aebba6fc8b70f7b87c (patch)
tree372531e4dc524f8233da62f9be517f053796ad70 /Lib/distutils
parentc88435023c909dd9575ff81b4c7f86cf68108537 (diff)
downloadcpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.zip
cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.gz
cpython-8a60e94802b04a838607b4aebba6fc8b70f7b87c.tar.bz2
Bump to 3.2b2.
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 8b85f35..1d752e5 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.2b1"
+__version__ = "3.2b2"
#--end constants--