summaryrefslogtreecommitdiff
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-10 19:28:09 +0200
committerGeorg Brandl <georg@python.org>2012-04-10 19:28:09 +0200
commitb212693146952d254154bbf0b7a5274e059dabf2 (patch)
treef3072ca1a40c27df0e17d6c9f080bd296e03c143 /Lib/distutils/__init__.py
parent64b5eca380f35f0c57240b292e6bc6d34d3400a6 (diff)
downloadcpython-b212693146952d254154bbf0b7a5274e059dabf2.tar.gz
Bump to 3.2.3 final.
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 d8d61c5432..b52a9fe6c4 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.3rc2"
+__version__ = "3.2.3"
#--end constants--