diff options
author | Georg Brandl <georg@python.org> | 2012-09-24 07:46:35 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-24 07:46:35 +0200 |
commit | b5f91d7eb79a9d29f88a5fabf7e9a70b41820107 (patch) | |
tree | b4edccb952e55877fff4ebad74e6fa140345f7b7 /Lib/idlelib/idlever.py | |
parent | a1f7655fa7e09ec33a240e4e2f589bca2eac76e0 (diff) | |
parent | f2487177eba8c8e88ab3c11344720f4df6000d72 (diff) | |
download | cpython-git-b5f91d7eb79a9d29f88a5fabf7e9a70b41820107.tar.gz |
Merge with 3.3.0 release clone.
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 b73ce7527e..ff6cb72c82 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0rc2" +IDLE_VERSION = "3.3.0rc3" |