From dce019ed79179fb82597a2c6808d9be5213a738c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 17 Feb 1999 17:37:24 +0000 Subject: Bump version to 0.3. --- Tools/idle/README.txt | 7 ++++--- 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" -- cgit v0.12