diff options
author | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-11-11 05:13:54 (GMT) |
commit | 4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1 (patch) | |
tree | 3aa45483fa44f16d0d64413ee5789c371d4c8a33 /Lib/idlelib/idlever.py | |
parent | 7e246179047d33bd467bcab673b3ecc1944f91a4 (diff) | |
download | cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.zip cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.gz cpython-4cf9b2047d0438b69f66b0c2fd48e6d7576eb1f1.tar.bz2 |
Bump to 3.3.3rc2.v3.3.3rc2
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..c1e6476 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.3rc1" +IDLE_VERSION = "3.3.3rc2" |