diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2006-06-19 12:04:15 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2006-06-19 12:04:15 (GMT) |
commit | d11368072086cf7706cfbdd5cebcfc699f189380 (patch) | |
tree | 927dd926a158b1b008cd7f72b120b18b8dde542c /Lib/idlelib | |
parent | e7d7caa17a3f63732ded961629704283a5508662 (diff) | |
download | cpython-d11368072086cf7706cfbdd5cebcfc699f189380.zip cpython-d11368072086cf7706cfbdd5cebcfc699f189380.tar.gz cpython-d11368072086cf7706cfbdd5cebcfc699f189380.tar.bz2 |
Preparing for 2.5b1.
Diffstat (limited to 'Lib/idlelib')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 5 | ||||
-rw-r--r-- | Lib/idlelib/idlever.py | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 25e5d40..e0dc6ad 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,8 @@ +What's New in IDLE 1.2b1? +========================= + +*Release date: 20-JUN-2006* + What's New in IDLE 1.2a2? ========================= diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index b7deb3f..2064eb3 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.2a2" +IDLE_VERSION = "1.2b1" |