diff options
author | Georg Brandl <georg@python.org> | 2013-04-06 09:40:02 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-04-06 09:40:02 +0200 |
commit | 9aa23c5671218dfe62e35945d0ff884f2727d312 (patch) | |
tree | 1c8edaf0d71aed71d45d6d13bd286a9ccdb8196d /Lib/idlelib/idlever.py | |
parent | 38546ee51cadc924bb4a8f703d1891adef3c6829 (diff) | |
download | cpython-git-3.3.1.tar.gz |
Bump to 3.3.1.v3.3.1
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 5ae50e51b2..13b2b9baeb 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.1rc1" +IDLE_VERSION = "3.3.1" |