summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-30 14:03:33 +0000
committerGeorg Brandl <georg@python.org>2011-01-30 14:03:33 +0000
commit663bdd57f912467e076d8e7f0be95a4755c99e4f (patch)
tree7019f766949330bc28127683e685bcec7b7c683b /__init__.py
parentc0b2f9e8190d95578e94c2a550144a91aa9c5e18 (diff)
downloadpython-setuptools-git-663bdd57f912467e076d8e7f0be95a4755c99e4f.tar.gz
Bump version.
Diffstat (limited to '__init__.py')
-rw-r--r--__init__.py2
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--