diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-15 18:57:27 (GMT) |
commit | ba98788bc545232a0e1b9458179253cf120176f6 (patch) | |
tree | c51180f1ade157142291bf77cad2515ec4c282a2 /Lib/idlelib/idlever.py | |
parent | 273cd1812a7c8646b52aa3afee1c5db5a0e539d6 (diff) | |
download | cpython-ba98788bc545232a0e1b9458179253cf120176f6.zip cpython-ba98788bc545232a0e1b9458179253cf120176f6.tar.gz cpython-ba98788bc545232a0e1b9458179253cf120176f6.tar.bz2 |
bump to 3.1.5rc2
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 049da68..09d42d4 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.5rc1" +IDLE_VERSION = "3.1.5rc2" |