diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-10 13:14:16 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-10 13:14:16 -0400 |
commit | a40ea98fc10b86b47dde49884c4d2c8fe6e79bce (patch) | |
tree | c7bb982f57948588c9b94985ae9532e1c0b20599 /Lib/idlelib/idlever.py | |
parent | 91fd1599358a1764e805f7ccfb6a8cb2ad558b7e (diff) | |
download | cpython-git-2.7.10rc1.tar.gz |
bump version to 2.7.10rc1v2.7.10rc1
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 ba1b4d5ff4..b80c4795fa 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.9" +IDLE_VERSION = "2.7.10rc1" |