diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-13 17:33:04 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-13 17:33:04 +0000 |
commit | cc21417408524d0e829501c55f46b30ca93540b4 (patch) | |
tree | 8d7d9bd7c3d0c9b9e96a242a0c0a039573645d2d /Lib/idlelib | |
parent | 3ba70368f5a0043b600476a5ea2585673a1ee772 (diff) | |
download | cpython-git-cc21417408524d0e829501c55f46b30ca93540b4.tar.gz |
2.7.1rc1 bumpv2.7.1rc1
Diffstat (limited to 'Lib/idlelib')
-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 e0c7f85eab..ff467263e4 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.1a0" +IDLE_VERSION = "2.7.1rc1" |