From 2a2daf52b198e1b0d51487f31030bd2435a3c5ed Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 4 Dec 2003 20:44:28 +0000 Subject: [PATCH] Version number and release date for IDLE, the version now is 1.0.2. --- Lib/idlelib/NEWS.txt | 2 +- Lib/idlelib/idlever.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 093dcd312824..99d958a3183e 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.0.2? =================================== -*Release date: XX-Dec-2003* +*Release date: 05-Dec-2003* - After an exception, run.py was not setting the exception vector. Noam Raphael suggested correcting this so pdb's postmortem pm() would work. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 0ec4901412d6..c9ee11453546 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0.1+" +IDLE_VERSION = "1.0.2" -- 2.47.3