diff options
| author | Georg Brandl <georg@python.org> | 2011-07-03 09:41:27 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-07-03 09:41:27 +0200 |
| commit | 4758a6576c8847d6848ebe98f99f6526673f35b8 (patch) | |
| tree | e6c5098ac34257703564ea5488c4af787fdeefc8 /__init__.py | |
| parent | bf799fa9dfd51f6ff2bda9e768f4f4333d351f76 (diff) | |
| download | python-setuptools-git-4758a6576c8847d6848ebe98f99f6526673f35b8.tar.gz | |
Bump to 3.2.1rc2.
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 70ab7dbf..2602c507 100644 --- a/__init__.py +++ b/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.1rc1" +__version__ = "3.2.1rc2" #--end constants-- |
