diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-26 14:57:21 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-26 14:57:21 -0400 |
commit | 07ffc78c9a0ae051046bf30c61735c465ebfe1c9 (patch) | |
tree | 9092bee89fcac209ffebb3399d75388f3ef9a7bd /Lib/idlelib/idlever.py | |
parent | ef2436fb1ce7a616d830be0de21a3545a5c0b7f0 (diff) | |
download | cpython-git-2.7.6rc1.tar.gz |
2.7.6rc1v2.7.6rc1
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 481afab24c..d0a67ef87c 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.5" +IDLE_VERSION = "2.7.6rc1" |