Updating IDLE's version number to match Python's (as per python-dev

discussion).
This commit is contained in:
Anthony Baxter 2006-08-18 07:29:02 +00:00
parent 648c110671
commit 78b1a08373
2 changed files with 10 additions and 1 deletions

View 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?
=========================

View file

@ -1 +1 @@
IDLE_VERSION = "1.2c1"
IDLE_VERSION = "2.6a0"