summaryrefslogtreecommitdiff
path: root/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-15 17:08:53 +0000
committerGeorg Brandl <georg@python.org>2011-01-15 17:08:53 +0000
commitc0b2f9e8190d95578e94c2a550144a91aa9c5e18 (patch)
tree4d7e32fa6ed8aabac1a75e95405d47cbc5572a99 /__init__.py
parent6451e39efcacf15bdbe420fd9a21e46dac0a0b2e (diff)
downloadpython-setuptools-git-c0b2f9e8190d95578e94c2a550144a91aa9c5e18.tar.gz
Bump to 3.2rc1.
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 1d752e5e..40ca9b2a 100644
--- a/__init__.py
+++ b/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2b2"
+__version__ = "3.2rc1"
#--end constants--