diff options
author | Georg Brandl <georg@python.org> | 2010-09-05 08:30:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-05 08:30:40 (GMT) |
commit | 58a7b46075d7e8a34001a7fd34237b997f9d346b (patch) | |
tree | be01451fbdb070cd1bcf76a9de9f198ba18c97c8 /Lib/distutils | |
parent | bef3db2368ff1d1f7c0f03d5f70da3ec1ae2e0f1 (diff) | |
download | cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.zip cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.gz cpython-58a7b46075d7e8a34001a7fd34237b997f9d346b.tar.bz2 |
Bump to 3.2a2.
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 7b22279..92ed8f4 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.2a1" +__version__ = "3.2a2" #--end constants-- |