summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-07-09 06:56:21 (GMT)
committerGeorg Brandl <georg@python.org>2011-07-09 06:56:21 (GMT)
commitcd0dc16fdc60860bb69be020518234c0e897a1fb (patch)
tree782cde767d39b1a86eb527b9bbfd96df71cfd27c /Lib
parent9163c473dc0e025bc3b922a94edc82d81667a05d (diff)
downloadcpython-cd0dc16fdc60860bb69be020518234c0e897a1fb.zip
cpython-cd0dc16fdc60860bb69be020518234c0e897a1fb.tar.gz
cpython-cd0dc16fdc60860bb69be020518234c0e897a1fb.tar.bz2
Bump version to 3.2.1.v3.2.1
Diffstat (limited to 'Lib')
-rw-r--r--Lib/distutils/__init__.py2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py
index 2602c50..a470ade 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.1rc2"
+__version__ = "3.2.1"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index a437b7b..3fc5e7f 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.2.1rc2"
+IDLE_VERSION = "3.2.1"