diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:57:57 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:57:57 +0000 |
commit | bfcedf4cb736b1c96f5cbae51291babfaefbeec5 (patch) | |
tree | 9e10473b3ad8c61a64f5f725f63753f998827e78 /Lib | |
parent | bb937092f71813df40ce6ca1b73ba83edb6e28e8 (diff) | |
download | cpython-git-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.tar.gz |
bump verson to 2.7rc2v2.7rc2
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/distutils/__init__.py | 2 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/distutils/__init__.py b/Lib/distutils/__init__.py index 7f3021010b..bdbf2b2d65 100644 --- a/Lib/distutils/__init__.py +++ b/Lib/distutils/__init__.py @@ -15,5 +15,5 @@ __revision__ = "$Id$" # Updated automatically by the Python release process. # #--start constants-- -__version__ = "2.7rc1" +__version__ = "2.7rc2" #--end constants-- diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 843be1ce7d..e2ada8c77b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7rc1" +IDLE_VERSION = "2.7rc2" |