diff options
author | Georg Brandl <georg@python.org> | 2012-09-09 08:56:46 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-09 08:56:46 +0200 |
commit | 02f66cbe8715db68167e61961c1bbba3f9cd22c1 (patch) | |
tree | f3d14ad90ea9f811c5032729cde99a924ecf13b7 /Lib/idlelib/idlever.py | |
parent | 070175df981a07c2dcee7101c6f6e006e1d89127 (diff) | |
download | cpython-git-02f66cbe8715db68167e61961c1bbba3f9cd22c1.tar.gz |
Bump to 3.3.0rc2.
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 4a65a88d96..b73ce7527e 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0rc1" +IDLE_VERSION = "3.3.0rc2" |