diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-19 15:02:52 (GMT) |
| commit | 4556e7e002fb21ddd9e4b16c7266877a4d99ea42 (patch) | |
| tree | 85ca99b310ec0f6bcbdf848db6ac2148ac65ffdd /Lib | |
| parent | bc160b73dbba7327f436734d3732fa94949d778f (diff) | |
| download | cpython-2.4.6.zip cpython-2.4.6.tar.gz cpython-2.4.6.tar.bz2 | |
Prepare for 2.4.6.v2.4.6
Diffstat (limited to 'Lib')
| -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 0bc78ca..18e2d3f 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 0cf8579..44bbbfe 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.6c1" +IDLE_VERSION = "1.1.6" |
