diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 +0000 |
commit | 4556e7e002fb21ddd9e4b16c7266877a4d99ea42 (patch) | |
tree | 85ca99b310ec0f6bcbdf848db6ac2148ac65ffdd /Lib/idlelib | |
parent | bc160b73dbba7327f436734d3732fa94949d778f (diff) | |
download | cpython-git-2.4.6.tar.gz |
Prepare for 2.4.6.v2.4.6
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 0bc78cae84..18e2d3fc9f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ -What's New in IDLE 1.1.6c1? +What's New in IDLE 1.1.6? ========================= -*Release date: 13-Dec-2008* +*Release date: 19-Dec-2008* What's New in IDLE 1.1.5? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0cf857902f..44bbbfe4f5 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.6c1" +IDLE_VERSION = "1.1.6" |