diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-06 17:17:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-06 17:17:25 (GMT) |
commit | c37a4fdf5472b9460cc38885342ef59bce05753f (patch) | |
tree | e30c3342ef4bb626f67837ad58c596dce434f2f5 /Lib/idlelib/idlever.py | |
parent | d6c75b5a03fc98cf351dc6747bf9f676fb41a435 (diff) | |
download | cpython-3.1.5.zip cpython-3.1.5.tar.gz cpython-3.1.5.tar.bz2 |
bump to 3.1.5 finalv3.1.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 09d42d4..5e3095b 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.5rc2" +IDLE_VERSION = "3.1.5" |