diff options
| author | Georg Brandl <georg@python.org> | 2014-10-04 14:15:42 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-10-04 14:15:42 +0200 |
| commit | 0d41723615b404279c772ce9535705f4f4e830cb (patch) | |
| tree | 7f1853d4f9e9d1a64b98fb3aaeeb3e000882763c /__init__.py | |
| parent | 9f4a8134cd20941bd90e6419948c7bdc83475ad0 (diff) | |
| download | python-setuptools-git-0d41723615b404279c772ce9535705f4f4e830cb.tar.gz | |
Bump to 3.2.6rc1
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 f9016d6d..382e4b1c 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,5 @@ used from a setup script as # Updated automatically by the Python release process. # #--start constants-- -__version__ = "3.2.5" +__version__ = "3.2.6rc1" #--end constants-- |
