diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2011-05-28 13:56:22 +0200 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2011-05-28 13:56:22 +0200 |
commit | cf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7 (patch) | |
tree | 0a332cc49a89fdd9e4b3261f6c502e55aa6eb978 /Lib/idlelib | |
parent | 2d253dd9eab53faebb085b00a11ecb99b647c490 (diff) | |
download | cpython-git-cf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7.tar.gz |
r88824: Prepare for 2.5.6c1.v2.5.6c1
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 5b2b4c7eb2..74971082f1 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.2.6c1? +=========================== + +*Release date: 17-Apr-2011* + What's New in IDLE 1.2.5? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index df6aff7ae1..1dd637c20d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.5" +IDLE_VERSION = "1.2.6c1" |