summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:18:53 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-12-23 13:18:53 +0000
commit3b43e46b3d14880fd79b4db4d908411a9a555220 (patch)
tree060252bd8551af8b549f4dec8e4ac99685fbe128 /Lib/idlelib
parent8ba4cc9f99a78ad66a0d57b366f0a8fa010ee660 (diff)
downloadcpython-git-3b43e46b3d14880fd79b4db4d908411a9a555220.tar.gz
Prepare for 2.5.4.v2.5.4
Diffstat (limited to 'Lib/idlelib')
-rw-r--r--Lib/idlelib/NEWS.txt5
-rw-r--r--Lib/idlelib/idlever.py2
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"