diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-12 03:29:20 (GMT) |
commit | 086494483d84807c551bdabcfa37b35b0c60ca64 (patch) | |
tree | b76c653a990fc0ae541ec32443871f04f1726210 /Lib/idlelib/idlever.py | |
parent | 5a27168883523adba65b33482f4872d2e5d2e5f9 (diff) | |
download | cpython-086494483d84807c551bdabcfa37b35b0c60ca64.zip cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.gz cpython-086494483d84807c551bdabcfa37b35b0c60ca64.tar.bz2 |
bump version to 2.7.5
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 77421d5..481afab 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.4" +IDLE_VERSION = "2.7.5" |