summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 10:28:20 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 10:28:20 (GMT)
commitbfe36ec1f580248d5e718667c204974275f8974a (patch)
treeeb34f8c5a443b9ac65b042a114fbead60ba89539 /Lib
parentc502df4e3e00ec2481f1f0a80af37c9d822787b3 (diff)
downloadcpython-bfe36ec1f580248d5e718667c204974275f8974a.zip
cpython-bfe36ec1f580248d5e718667c204974275f8974a.tar.gz
cpython-bfe36ec1f580248d5e718667c204974275f8974a.tar.bz2
Bump to version 3.2.5.v3.2.5
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 b8f1c16..f9016d6 100644
--- a/Lib/distutils/__init__.py
+++ b/Lib/distutils/__init__.py
@@ -13,5 +13,5 @@ used from a setup script as
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2.4"
+__version__ = "3.2.5"
#--end constants--
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 671b2b8..4a7c336 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "3.2.4"
+IDLE_VERSION = "3.2.5"