diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 (GMT) |
| commit | 50d55ff8c73f484708225d492a2167b82c8c8bb8 (patch) | |
| tree | fbd190bbfe061f76be80bf37e4091bfec61dfc43 /Lib | |
| parent | d487aa11ed64d0b8c6e397f5fae73e30b25b818c (diff) | |
| download | cpython-2.4.5.zip cpython-2.4.5.tar.gz cpython-2.4.5.tar.bz2 | |
Prepare for 2.4.5v2.4.5
Diffstat (limited to 'Lib')
| -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 a548538..c754ea5 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.1.5? +========================= + +*Release date: 11-Mar-2006* + What's New in IDLE 1.1.5c1? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 7279f49..19ba22a 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.5c1" +IDLE_VERSION = "1.1.5" |
