diff options
author | Georg Brandl <georg@python.org> | 2013-11-17 08:17:18 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-17 08:17:18 (GMT) |
commit | 497b3943a30a66028bb3ca5b455c00bc3952e2aa (patch) | |
tree | dfd5724db88aa545a92ef67304381d4472a56fef /Lib/idlelib/idlever.py | |
parent | 2bbdfe7eda67e9bc53fb0b5a5eb65426e6b9400a (diff) | |
parent | 7a5cf6ce041fefd63ba8b088464901e6052bd9e7 (diff) | |
download | cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.zip cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.gz cpython-497b3943a30a66028bb3ca5b455c00bc3952e2aa.tar.bz2 |
merge with 3.3.3 release clone
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 640e008..60f1d32 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.3rc1" +IDLE_VERSION = "3.3.3" |