diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-13 13:15:04 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-13 13:15:04 (GMT) |
commit | c7c12289fba8721872bea11a5a38c6237b8624ce (patch) | |
tree | 06f9484b5d72f36ae54c58527206ba1d49d5ac56 /Lib/idlelib | |
parent | 59843e9e1b6eb538e79aac3829b4f4540f71230c (diff) | |
download | cpython-c7c12289fba8721872bea11a5a38c6237b8624ce.zip cpython-c7c12289fba8721872bea11a5a38c6237b8624ce.tar.gz cpython-c7c12289fba8721872bea11a5a38c6237b8624ce.tar.bz2 |
bump version to 3.1rc2
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 dd3726c..71f5481 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1rc1" +IDLE_VERSION = "3.1rc2" |