]> granicus.if.org Git - python/commitdiff
Updating IDLE's version number to match Python's (as per python-dev
authorAnthony Baxter <anthonybaxter@gmail.com>
Fri, 18 Aug 2006 07:29:02 +0000 (07:29 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Fri, 18 Aug 2006 07:29:02 +0000 (07:29 +0000)
discussion).

Lib/idlelib/NEWS.txt
Lib/idlelib/idlever.py

index d9e0c50a12a1adb248d187331ee39fb18821939c..3b3d79af33c8deb41052565f5122c2c0dba76e08 100644 (file)
@@ -1,3 +1,12 @@
+What's New in IDLE 2.6a1?
+=========================
+
+*Release date: XX-XXX-200X*
+
+- IDLE's version number takes a big jump to match the version number of
+  the Python release of which it's a part.
+
+
 What's New in IDLE 1.2c1?
 =========================
 
index 29686fdd7e9f227463de5745f873cd48631df08a..f56b4d4404b2ef586d6a97b34660e50c4c73ee3f 100644 (file)
@@ -1 +1 @@
-IDLE_VERSION = "1.2c1"
+IDLE_VERSION = "2.6a0"