summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-11 17:59:53 +0000
committerMartin v. Löwis <martin@v.loewis.de>2008-03-11 17:59:53 +0000
commit50d55ff8c73f484708225d492a2167b82c8c8bb8 (patch)
treefbd190bbfe061f76be80bf37e4091bfec61dfc43 /Lib/idlelib
parentd487aa11ed64d0b8c6e397f5fae73e30b25b818c (diff)
downloadcpython-git-2.4.5.tar.gz
Prepare for 2.4.5v2.4.5
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 a54853882a..c754ea51ba 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 7279f494c4..19ba22a1da 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.1.5c1"
+IDLE_VERSION = "1.1.5"