diff options
| author | Georg Brandl <georg@python.org> | 2012-03-18 07:34:49 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2012-03-18 07:34:49 +0100 |
| commit | e29e39376dd2de7a9aa9ae03a6b92409489a5856 (patch) | |
| tree | 171b5c26ff281432ed2cb7edd15b8b2b3572dd7b /__init__.py | |
| parent | c3e7f5f507f4e4506c400718e58c2aca4d3a6e6a (diff) | |
| download | python-setuptools-git-e29e39376dd2de7a9aa9ae03a6b92409489a5856.tar.gz | |
Bump to 3.2.3rc2.
Diffstat (limited to '__init__.py')
| -rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 36975055..d8d61c54 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.3rc1" +__version__ = "3.2.3rc2" #--end constants-- |
