summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-01-14 17:41:58 +0000
committerMartin v. Löwis <martin@v.loewis.de>2010-01-14 17:41:58 +0000
commit906e26e897b4b2e4b938c65fc4cf9d3b13fa069d (patch)
treed7f6a22469d8226f6d6c59c7cdff272de35beea9 /Lib/idlelib
parenta822768c62c62539d022c65e8db5f7d0f85757aa (diff)
downloadcpython-git-2.5.5c1.tar.gz
Prepare for 2.5.5c1.v2.5.5c1
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 c88f54bbc7..49c2d250b9 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.5c1?
+=========================
+
+*Release date: 14-Jan-2010*
+
What's New in IDLE 1.2.4?
=========================
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index 385327d7c6..901c812a54 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.2.4"
+IDLE_VERSION = "1.2.5c1"