diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:45:48 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-02-23 10:45:48 -0500 |
commit | 36a6558891a010675cd2867a242055db113b7012 (patch) | |
tree | f8da4dc54bc774dc01db73c2f39fc2e6b4be3361 /Lib/idlelib | |
parent | c9a42070a64af6d75529118b6169ab172218c170 (diff) | |
download | cpython-git-36a6558891a010675cd2867a242055db113b7012.tar.gz |
version now 3.1.5rc1v3.1.5rc1
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 09f1b72730..049da68871 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1.4" +IDLE_VERSION = "3.1.5rc1" |