diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2008-02-14 04:57:08 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2008-02-14 04:57:08 (GMT) |
commit | abcb59a1d87c6121db913ce56c9f91fd43f33916 (patch) | |
tree | d35889147937a1096b9fcd4778163c929a748c78 | |
parent | 38fd069a73adb81104927aeb13a8919214d18dfa (diff) | |
download | cpython-abcb59a1d87c6121db913ce56c9f91fd43f33916.zip cpython-abcb59a1d87c6121db913ce56c9f91fd43f33916.tar.gz cpython-abcb59a1d87c6121db913ce56c9f91fd43f33916.tar.bz2 |
bump: IDLE 1.2.2
-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 9f7fb5a..ec8e000 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.1" +IDLE_VERSION = "1.2.2" |