diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:58:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-06-30 01:58:16 (GMT) |
commit | fdbdcfe020f8b55a1893d1185d7a250bce12625e (patch) | |
tree | e41a0f784d8c1ebff376db881576afa85a61dbda /Lib/idlelib | |
parent | f722c2969aa767d4dd9d9e1d4b1b682c90bde611 (diff) | |
download | cpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.zip cpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.tar.gz cpython-fdbdcfe020f8b55a1893d1185d7a250bce12625e.tar.bz2 |
bump to 2.7.8v2.7.8
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 55bfe1c..c826882 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.7" +IDLE_VERSION = "2.7.8" |