diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-06-26 13:11:28 +0000 |
commit | 392851624f4a594f20abb7cdc08d718c71a35cd6 (patch) | |
tree | f5f5ae42dea040c66be81979cab909971c5dba8a /Lib/idlelib/idlever.py | |
parent | 6a86a62049abd4cf6094c30126ca15a41af7efc9 (diff) | |
download | cpython-git-392851624f4a594f20abb7cdc08d718c71a35cd6.tar.gz |
bump version to 3.1 final :)
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 71f54814b0..c3314d562a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "3.1rc2" +IDLE_VERSION = "3.1" |