diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-07-16 03:10:43 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-07-16 03:10:43 +0000 |
commit | cca912279af1c2eabb76a42e722ba1724d9d3e7a (patch) | |
tree | 77988342b90b7501c117a1ece8422c3dd6408659 /Lib/idlelib/idlever.py | |
parent | 21d9987cb5bf49c80aee083b3d6b9e9811ca180c (diff) | |
download | cpython-git-cca912279af1c2eabb76a42e722ba1724d9d3e7a.tar.gz |
Update to reflect the current status of the configuration system.
Extensions must still be configured manually and there is currently one
set of extension key bindings for all platforms.
Bring NEWS.txt up to date.
Update CREDITS.txt and idlever.py for release.
M NEWS.txt
M config-extensions.def
M extend.txt
M help.txt
M idlever.py
Diffstat (limited to 'Lib/idlelib/idlever.py')
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 7b78bbd257..5a0e900ed0 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.0b2" +IDLE_VERSION = "1.0rc1" |