mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Updating IDLE's version number to match Python's (as per python-dev
discussion).
This commit is contained in:
parent
648c110671
commit
78b1a08373
2 changed files with 10 additions and 1 deletions
|
|
@ -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?
|
||||
=========================
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
IDLE_VERSION = "1.2c1"
|
||||
IDLE_VERSION = "2.6a0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue