diff options
author | Georg Brandl <georg@python.org> | 2011-09-04 06:35:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-04 06:35:54 (GMT) |
commit | 3484a8771c7e4f8da65960d32c25071432f8afd3 (patch) | |
tree | ea586dacd5e2ed1315932d6a645383de30d70237 /Lib/distutils | |
parent | e3bb2cfb7ad8325dbf98312592221efc6e7625f2 (diff) | |
parent | d42b7a332c40a54d1fe0a9b8a5b9f8d419c6bb90 (diff) | |
download | cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.zip cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.gz cpython-3484a8771c7e4f8da65960d32c25071432f8afd3.tar.bz2 |
Merge with release clone.
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 c06002e..9ec6165 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.1" +__version__ = "3.2.2" #--end constants-- |