diff options
author | Georg Brandl <georg@python.org> | 2011-05-21 15:35:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-21 15:35:33 (GMT) |
commit | 9c1928f0a90d687db7a45503ae8a23a38f2d59bb (patch) | |
tree | 938ce184fd700ed4bc33efce1f2d372cdcf5c526 /Lib/idlelib | |
parent | 619323c68fe3b701fb3e50ee382ceec32f72c4fa (diff) | |
parent | 41972316f589eb25dfe605f8bcaab18e285c0ee1 (diff) | |
download | cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.zip cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.tar.gz cpython-9c1928f0a90d687db7a45503ae8a23a38f2d59bb.tar.bz2 |
Merge release branch after 3.2.1rc1.
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 1ccd96a..0278a91 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.2.1b1" +IDLE_VERSION = "3.2.1rc1" |