diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2005-03-09 11:54:29 (GMT) |
commit | b3baf322fbaa2359160b17982ba0d1741f683ab5 (patch) | |
tree | 5ff4b3fb1d7c4588523e4442ecff1a039af37aa5 /Lib/idlelib | |
parent | 74105f142406727c06304bf4a7ac9a3385aaa0fa (diff) | |
download | cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.zip cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.gz cpython-b3baf322fbaa2359160b17982ba0d1741f683ab5.tar.bz2 |
pre-release magic
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 6 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 7d188f2..47b32ea 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ -What's New in IDLE 1.1.1? -======================= +What's New in IDLE 1.1.1c1? +=========================== -*Release date: XX-JAN-2005* +*Release date: 10-MAR-2005* - If an extension can't be loaded, print warning and skip it instead of erroring out. diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 46b58aa..ac98e11 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1.1" +IDLE_VERSION = "1.1.1c1" |