diff options
| author | Georg Brandl <georg@python.org> | 2011-01-15 17:08:53 +0000 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2011-01-15 17:08:53 +0000 |
| commit | c0b2f9e8190d95578e94c2a550144a91aa9c5e18 (patch) | |
| tree | 4d7e32fa6ed8aabac1a75e95405d47cbc5572a99 /__init__.py | |
| parent | 6451e39efcacf15bdbe420fd9a21e46dac0a0b2e (diff) | |
| download | python-setuptools-git-c0b2f9e8190d95578e94c2a550144a91aa9c5e18.tar.gz | |
Bump to 3.2rc1.
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 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-- |
