diff options
author | Georg Brandl <georg@python.org> | 2011-05-13 04:50:56 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-13 04:50:56 (GMT) |
commit | cc5ea6860f059049e5c7825d9c3c47600a5d9a42 (patch) | |
tree | b342f227ba88b77d083c827bf9281dbe76a58ce9 /Lib/distutils | |
parent | 00dd182b8ec1629a35cb6e9d551dedff6b7149f7 (diff) | |
parent | 34f2433f2f2128664c69d2ab3599d2d409bbc7d5 (diff) | |
download | cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.zip cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.gz cpython-cc5ea6860f059049e5c7825d9c3c47600a5d9a42.tar.bz2 |
Merge in changes from 3.2.1b1 release repo.
Diffstat (limited to 'Lib/distutils')
-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 49b6d51..17c89ee 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.2" +__version__ = "3.2.1b1" #--end constants-- |