From: Anthony Baxter Date: Fri, 18 Aug 2006 07:29:02 +0000 (+0000) Subject: Updating IDLE's version number to match Python's (as per python-dev X-Git-Tag: v2.6a1~2776 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78b1a083737c705e5c463bbb61dc8c19e133cf02;p=python Updating IDLE's version number to match Python's (as per python-dev discussion). --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index d9e0c50a12..3b3d79af33 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -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? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 29686fdd7e..f56b4d4404 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2c1" +IDLE_VERSION = "2.6a0"