diff options
author | Georg Brandl <georg@python.org> | 2014-03-02 09:19:03 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-03-02 09:19:03 +0100 |
commit | c186b237993ac0c1c6ee1a195754702cc01625d7 (patch) | |
tree | 7cd304eb9a226449c2ed705f082115a27dc47ca2 /Lib/idlelib/idlever.py | |
parent | bb386cf810b9447ca819437c6009ac6aa2a00a8b (diff) | |
download | cpython-git-c186b237993ac0c1c6ee1a195754702cc01625d7.tar.gz |
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 4cd9862d6e..a984854682 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.5rc1" +IDLE_VERSION = "3.3.5rc2" |