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