summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-15 17:08:53 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-15 17:08:53 (GMT)
commit3988ed8e6f06ba8474a7f120d7f10f2a4c479f29 (patch)
tree58c79e4f0777891af6536495276f4ac245cda578 /Lib/distutils/__init__.py
parent23e924f96b78ac644eb54574de4bdca7d829840a (diff)
downloadcpython-3988ed8e6f06ba8474a7f120d7f10f2a4c479f29.zip
cpython-3988ed8e6f06ba8474a7f120d7f10f2a4c479f29.tar.gz
cpython-3988ed8e6f06ba8474a7f120d7f10f2a4c479f29.tar.bz2
Bump to 3.2rc1.
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 1d752e5..40ca9b2 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.2b2"
+__version__ = "3.2rc1"
#--end constants--