diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:18:53 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-23 13:18:53 (GMT) |
| commit | 3b43e46b3d14880fd79b4db4d908411a9a555220 (patch) | |
| tree | 060252bd8551af8b549f4dec8e4ac99685fbe128 /Lib | |
| parent | 8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660 (diff) | |
| download | cpython-3b43e46b3d14880fd79b4db4d908411a9a555220.zip cpython-3b43e46b3d14880fd79b4db4d908411a9a555220.tar.gz cpython-3b43e46b3d14880fd79b4db4d908411a9a555220.tar.bz2 | |
Prepare for 2.5.4.v2.5.4
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 7528e46..c88f54b 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 1ffd7a7..385327d 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2.3" +IDLE_VERSION = "1.2.4" |
