summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-10 17:28:09 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-10 17:28:09 (GMT)
commit44036016b9ac8c1ceeb2a634585513ccb674c571 (patch)
treec08eb2946dc0a0442bbdf28e174a2eb294d41ff2 /Lib/distutils
parent470f33f50b446f17c2729899cdea4edd46b4f0da (diff)
downloadcpython-44036016b9ac8c1ceeb2a634585513ccb674c571.zip
cpython-44036016b9ac8c1ceeb2a634585513ccb674c571.tar.gz
cpython-44036016b9ac8c1ceeb2a634585513ccb674c571.tar.bz2
Bump to 3.2.3 final.
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--