diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 08:56:11 (GMT) |
commit | 62069d3ce743c6f5f91ef3700d6bc2cc69172359 (patch) | |
tree | 4983b59818ec3a831317564edfabeab2d47cdfe1 /Lib/distutils | |
parent | 80ff2adf88e80e076774f03c7dd58e681bb08255 (diff) | |
download | cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.zip cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.gz cpython-62069d3ce743c6f5f91ef3700d6bc2cc69172359.tar.bz2 |
Bump versions and review NEWS file.
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 18b02fc..7b22279 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.2a0" +__version__ = "3.2a1" #--end constants-- |