diff options
-rw-r--r-- | Tools/idle/README.txt | 7 | ||||
-rw-r--r-- | Tools/idle/idlever.py | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Tools/idle/README.txt b/Tools/idle/README.txt index 7c59eaa..a934cfc 100644 --- a/Tools/idle/README.txt +++ b/Tools/idle/README.txt @@ -1,7 +1,8 @@ -IDLE 0.2 - 8 January 1999 -------------------------- +IDLE 0.3 - 17 February 1999 +--------------------------- -For news about this release, see the file NEWS.txt. +For news about this release, see the file NEWS.txt. (For a more +detailed change log, see the file ChangeLog.) This is an early release of IDLE, my own attempt at a Tkinter-based IDE for Python. It has the following features: diff --git a/Tools/idle/idlever.py b/Tools/idle/idlever.py index 7465590..b9e87122 100644 --- a/Tools/idle/idlever.py +++ b/Tools/idle/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.2" +IDLE_VERSION = "0.3" |