diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:18:53 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:18:53 +0000 |
commit | 3b43e46b3d14880fd79b4db4d908411a9a555220 (patch) | |
tree | 060252bd8551af8b549f4dec8e4ac99685fbe128 /Lib/idlelib | |
parent | 8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660 (diff) | |
download | cpython-git-3b43e46b3d14880fd79b4db4d908411a9a555220.tar.gz |
Prepare for 2.5.4.v2.5.4
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 7528e4631f..c88f54bbc7 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.2.4? +========================= + +*Release date: 23-Dec-2008* + What's New in IDLE 1.2.3? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 1ffd7a7ed7..385327d7c6 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.3" +IDLE_VERSION = "1.2.4" |