diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 +0000 |
commit | a7be9d240a9ccd06010384c986f505acf084b6b2 (patch) | |
tree | aa59614d97a5d134282e1a751ddecf7b20c83ced /Lib/idlelib | |
parent | b79dc307ad9ccf963286a785202b97035f121dec (diff) | |
download | cpython-git-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.gz |
bump version to 2.7a3v2.7a3
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 5ae4425902..fd1b10facb 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "2.7a2" +IDLE_VERSION = "2.7a3" |