summaryrefslogtreecommitdiff
path: root/Lib/distutils/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-20 10:29:04 +0000
committerGeorg Brandl <georg@python.org>2011-02-20 10:29:04 +0000
commited9c0dc3e6e78962ede7d8863756e5b9aa18faca (patch)
treee34d6c3f525b2bedff9e710e41c586d9ebcfb2bc /Lib/distutils/__init__.py
parentcc75b2124db0a75d477badf3f611bdca7408aadf (diff)
downloadcpython-ed9c0dc3e6e78962ede7d8863756e5b9aa18faca.tar.gz
Version bump to 3.2 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 8a7e3ff92b..49b6d517f6 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.2rc3"
+__version__ = "3.2"
#--end constants--