diff options
author | Georg Brandl <georg@python.org> | 2011-07-03 07:41:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-07-03 07:41:27 (GMT) |
commit | d4fa7ed8db45f8c2d3c01ebb30ac931191e31606 (patch) | |
tree | ac96d3c2ffd2c4642facf09611af87665ab9d51b /Lib/distutils/__init__.py | |
parent | f069100d0daf6460e54777295bfb029453c785d5 (diff) | |
download | cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.zip cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.tar.gz cpython-d4fa7ed8db45f8c2d3c01ebb30ac931191e31606.tar.bz2 |
Bump to 3.2.1rc2.
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 70ab7db..2602c50 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.1rc1" +__version__ = "3.2.1rc2" #--end constants-- |