summaryrefslogtreecommitdiff
path: root/Lib/idlelib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-05-28 13:56:22 +0200
committerMartin v. Löwis <martin@v.loewis.de>2011-05-28 13:56:22 +0200
commitcf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7 (patch)
tree0a332cc49a89fdd9e4b3261f6c502e55aa6eb978 /Lib/idlelib
parent2d253dd9eab53faebb085b00a11ecb99b647c490 (diff)
downloadcpython-git-cf60858b55a1ce8d99daa301f7aad9a7ffeb0bb7.tar.gz
r88824: Prepare for 2.5.6c1.v2.5.6c1
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 5b2b4c7eb2..74971082f1 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,3 +1,8 @@
+What's New in IDLE 1.2.6c1?
+===========================
+
+*Release date: 17-Apr-2011*
+
What's New in IDLE 1.2.5?
=========================
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py
index df6aff7ae1..1dd637c20d 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "1.2.5"
+IDLE_VERSION = "1.2.6c1"