aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 19:09:24 +0000
committerGeorg Brandl <georg@python.org>2010-12-04 19:09:24 +0000
commit41ea8ae667625edd662bffc328efeec50a2d82f5 (patch)
treef1d60c33c09783bfe1b1dec818ea7e04511346c1 /Lib/distutils/__init__.py
parentFix markup errors. (diff)
downloadcpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.gz
cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.tar.bz2
cpython-41ea8ae667625edd662bffc328efeec50a2d82f5.zip
Bump to 3.2b1.
Diffstat (limited to 'Lib/distutils/__init__.py')
-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 bae33b5530a..8b85f35f9de 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.2a4"
+__version__ = "3.2b1"
#--end constants--