diff options
| author | Georg Brandl <georg@python.org> | 2011-01-30 14:03:33 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-30 14:03:33 +0000 |
| commit | 663bdd57f912467e076d8e7f0be95a4755c99e4f (patch) | |
| tree | 7019f766949330bc28127683e685bcec7b7c683b /__init__.py | |
| parent | c0b2f9e8190d95578e94c2a550144a91aa9c5e18 (diff) | |
| download | python-setuptools-git-663bdd57f912467e076d8e7f0be95a4755c99e4f.tar.gz | |
Bump version.
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 40ca9b2a..4bb50123 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2rc1" +__version__ = "3.2rc2" #--end constants-- |
