diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 19:44:21 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 19:44:21 +0200 |
commit | 997d05d89ff918745ca1240f59c2081776857282 (patch) | |
tree | 3b58ec416574ee900e35761a2bf5073eef30a079 /Lib/idlelib | |
parent | 3eab6b363a968e907605fe749d12941c3be29761 (diff) | |
parent | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (diff) | |
download | cpython-git-997d05d89ff918745ca1240f59c2081776857282.tar.gz |
merge
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 13b2b9baeb..b7ff0f8456 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.1" +IDLE_VERSION = "3.3.2" |