summaryrefslogtreecommitdiffstats
path: root/Tools/idle
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-02-17 17:37:24 (GMT)
committerGuido van Rossum <guido@python.org>1999-02-17 17:37:24 (GMT)
commitdce019ed79179fb82597a2c6808d9be5213a738c (patch)
tree21287b6662690a8aa5c31ce674ce59301aaa6e52 /Tools/idle
parent1a566ff2e8bae5ce10ed0647820e956e490753db (diff)
downloadcpython-dce019ed79179fb82597a2c6808d9be5213a738c.zip
cpython-dce019ed79179fb82597a2c6808d9be5213a738c.tar.gz
cpython-dce019ed79179fb82597a2c6808d9be5213a738c.tar.bz2
Bump version to 0.3.
Diffstat (limited to 'Tools/idle')
-rw-r--r--Tools/idle/README.txt7
-rw-r--r--Tools/idle/idlever.py2
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"