summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-04-25 17:48:08 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-04-25 17:48:08 (GMT)
commit9a90e70b32e61c75ebfe138987a66cf90f2367f4 (patch)
tree9b6329d73c93f5579d272e65dd9263b2d915885e /Lib
parentc440af5495c9c714a8765c09149bc8829601945d (diff)
downloadcpython-9a90e70b32e61c75ebfe138987a66cf90f2367f4.zip
cpython-9a90e70b32e61c75ebfe138987a66cf90f2367f4.tar.gz
cpython-9a90e70b32e61c75ebfe138987a66cf90f2367f4.tar.bz2
Update for release into Python
NEWS.txt idlever.py
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/NEWS.txt2
-rw-r--r--Lib/idlelib/idlever.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index dd932f6..2ee9776 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 38aa774..62e0448 100644
--- a/Lib/idlelib/idlever.py
+++ b/Lib/idlelib/idlever.py
@@ -1 +1 @@
-IDLE_VERSION = "0.9a2"
+IDLE_VERSION = "0.9b1"