r51366 - python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py
Author: anthony.baxter Date: Fri Aug 18 09:29:02 2006 New Revision: 51366 Modified: python/trunk/Lib/idlelib/NEWS.txt python/trunk/Lib/idlelib/idlever.py Log: Updating IDLE's version number to match Python's (as per python-dev discussion). Modified: python/trunk/Lib/idlelib/NEWS.txt ============================================================================== --- python/trunk/Lib/idlelib/NEWS.txt (original) +++ python/trunk/Lib/idlelib/NEWS.txt Fri Aug 18 09:29:02 2006 @@ -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? ========================= Modified: python/trunk/Lib/idlelib/idlever.py ============================================================================== --- python/trunk/Lib/idlelib/idlever.py (original) +++ python/trunk/Lib/idlelib/idlever.py Fri Aug 18 09:29:02 2006 @@ -1 +1 @@ -IDLE_VERSION = "1.2c1" +IDLE_VERSION = "2.6a0"
participants (1)
-
anthony.baxter