diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 08:19:03 (GMT) |
commit | c186b237993ac0c1c6ee1a195754702cc01625d7 (patch) | |
tree | 7cd304eb9a226449c2ed705f082115a27dc47ca2 /Lib/idlelib/idlever.py | |
parent | bb386cf810b9447ca819437c6009ac6aa2a00a8b (diff) | |
download | cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.zip cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.gz cpython-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.bz2 |
Bump to 3.3.5rc2.v3.3.5rc2
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 4cd9862..a984854 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.5rc1" +IDLE_VERSION = "3.3.5rc2" |