diff options
author | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-08-25 10:16:37 (GMT) |
commit | 4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1 (patch) | |
tree | f44a3644a9ef79694cef9275e98254a2117bfd68 /Lib/idlelib/idlever.py | |
parent | d183f0be0bf274390cc38cb44e4fe9bfbf74084e (diff) | |
download | cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.zip cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.gz cpython-4ab4ec258c01aa28d4b2019f2d5d2489e3a1daf1.tar.bz2 |
Bump to 3.3.0rc1.v3.3.0rc1
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 db5b373..4a65a88 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.3.0b2" +IDLE_VERSION = "3.3.0rc1" |