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