diff options
| author | Georg Brandl <georg@python.org> | 2011-02-13 10:00:57 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-02-13 10:00:57 +0000 |
| commit | d3d4f43f285902d969a2cfb2e8f4523c4937a299 (patch) | |
| tree | eb74b1e779bda49f937158a6bd4db81b14db9567 /__init__.py | |
| parent | 663bdd57f912467e076d8e7f0be95a4755c99e4f (diff) | |
| download | python-setuptools-git-d3d4f43f285902d969a2cfb2e8f4523c4937a299.tar.gz | |
Bump for 3.2rc3.
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 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-- |
