summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-02-13 10:00:57 +0000
committerGeorg Brandl <georg@python.org>2011-02-13 10:00:57 +0000
commitd3d4f43f285902d969a2cfb2e8f4523c4937a299 (patch)
treeeb74b1e779bda49f937158a6bd4db81b14db9567
parent663bdd57f912467e076d8e7f0be95a4755c99e4f (diff)
downloadpython-setuptools-git-d3d4f43f285902d969a2cfb2e8f4523c4937a299.tar.gz
Bump for 3.2rc3.
-rw-r--r--__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py
index 4bb50123..8a7e3ff9 100644
--- a/__init__.py
+++ b/__init__.py
@@ -15,5 +15,5 @@ __revision__ = "$Id$"
# Updated automatically by the Python release process.
#
#--start constants--
-__version__ = "3.2rc2"
+__version__ = "3.2rc3"
#--end constants--