summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-11 10:46:24 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-11 10:46:24 (GMT)
commita51497ab86519bd66fc2758a16493752ba59dad8 (patch)
tree7b226db5103ffec095e77f09eb2dc74785519fd9 /Lib/distutils
parentb96a3545565a4b08260a7d4e833d94dcff2cc36b (diff)
parent507776e787045abfa55f8c229fb7dde71834effd (diff)
downloadcpython-a51497ab86519bd66fc2758a16493752ba59dad8.zip
cpython-a51497ab86519bd66fc2758a16493752ba59dad8.tar.gz
cpython-a51497ab86519bd66fc2758a16493752ba59dad8.tar.bz2
Merge 3.2.3 release clone.
Diffstat (limited to 'Lib/distutils')
-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 d8d61c5..b52a9fe 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--