From: Kurt B. Kaiser Date: Fri, 25 Apr 2003 17:48:08 +0000 (+0000) Subject: Update for release into Python X-Git-Tag: v2.3c1~971 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a90e70b32e61c75ebfe138987a66cf90f2367f4;p=thirdparty%2FPython%2Fcpython.git Update for release into Python NEWS.txt idlever.py --- diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index dd932f612341..2ee9776c6a3b 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -2,7 +2,7 @@ IDLEfork NEWS +++++++++++++ -What's New in IDLEfork? +What's New in IDLEfork 0.9b1? =================================== *Release date: 25-Apr-2003* diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 38aa77479517..62e0448fc129 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "0.9a2" +IDLE_VERSION = "0.9b1"