Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dce019e

Browse files
committed
Bump version to 0.3.
1 parent 1a566ff commit dce019e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

Tools/idle/README.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
IDLE 0.2 - 8 January 1999
2-
-------------------------
1+
IDLE 0.3 - 17 February 1999
2+
---------------------------
33

4-
For news about this release, see the file NEWS.txt.
4+
For news about this release, see the file NEWS.txt. (For a more
5+
detailed change log, see the file ChangeLog.)
56

67
This is an early release of IDLE, my own attempt at a Tkinter-based
78
IDE for Python. It has the following features:

Tools/idle/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "0.2"
1+
IDLE_VERSION = "0.3"

0 commit comments

Comments
 (0)