diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 12:51:38 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 12:51:38 +0200 |
commit | 88f4dd64513a9738eaec6a1228c62dd4ab3dbafe (patch) | |
tree | 7fb7e86935db6b3d87d79ba40f1a2ff079471865 /Lib/idlelib | |
parent | 521ed521317ffd385afaabdd889879e7cb7461df (diff) | |
download | cpython-git-88f4dd64513a9738eaec6a1228c62dd4ab3dbafe.tar.gz |
bump to 3.3.2
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" |