diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:57:57 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-06-21 15:57:57 (GMT) |
commit | bfcedf4cb736b1c96f5cbae51291babfaefbeec5 (patch) | |
tree | 9e10473b3ad8c61a64f5f725f63753f998827e78 /Lib/idlelib/idlever.py | |
parent | bb937092f71813df40ce6ca1b73ba83edb6e28e8 (diff) | |
download | cpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.zip cpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.tar.gz cpython-bfcedf4cb736b1c96f5cbae51291babfaefbeec5.tar.bz2 |
bump verson to 2.7rc2v2.7rc2
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 843be1c..e2ada8c 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7rc1" +IDLE_VERSION = "2.7rc2" |