diff options
author | Georg Brandl <georg@python.org> | 2012-02-23 20:14:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-02-23 20:14:12 (GMT) |
commit | afe05bd494db1a3d0a68107dd1e3f31820a19329 (patch) | |
tree | f627c0c71140507960cfc867ae2859607ae91711 /Lib/distutils/__init__.py | |
parent | 29ca21c7026a3c216a46024b67572e7723a56ab4 (diff) | |
download | cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.zip cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.tar.gz cpython-afe05bd494db1a3d0a68107dd1e3f31820a19329.tar.bz2 |
Bump version to 3.2.3rc1.
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 9ec6165..3697505 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.2" +__version__ = "3.2.3rc1" #--end constants-- |