diff options
author | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-20 10:29:04 (GMT) |
commit | 260a788767ff6dadd04ecf9e9e26b363ca28c8ae (patch) | |
tree | 12414a9590a0d01352602301df811c3d48576989 /Lib/distutils/__init__.py | |
parent | 14927d0928d624e0c07e70dc10aa347a6fff111e (diff) | |
download | cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.zip cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.gz cpython-260a788767ff6dadd04ecf9e9e26b363ca28c8ae.tar.bz2 |
Version bump to 3.2 final.
Diffstat (limited to 'Lib/distutils/__init__.py')
-rw-r--r-- | Lib/distutils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 8a7e3ff..49b6d51 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-- |