diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:52:17 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:52:17 -0500 |
commit | a2aa2ef3136e4190d533447e13a79b49522eb0ce (patch) | |
tree | c6434ca64a4dea00b53bf00baeb3cc62a33adba3 /Lib/idlelib | |
parent | a13294e209bbe9c689868db0100ebfc1bcc55364 (diff) | |
download | cpython-git-a2aa2ef3136e4190d533447e13a79b49522eb0ce.tar.gz |
bump to 2.7.3rc1v2.7.3rc1
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 3f8bcffe99..ea2844db78 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7.2" +IDLE_VERSION = "2.7.3rc1" |