From 9f41f3a1926eaa7bf90ceb849f1ba07890031c3e Mon Sep 17 00:00:00 2001 From: Anthony Baxter Date: Wed, 3 Nov 2004 06:21:37 +0000 Subject: release shenanigans --- Lib/idlelib/NEWS.txt | 2 +- Lib/idlelib/idlever.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Lib') diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4b7482a9b7..79198c4e78 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,7 @@ What's New in IDLE 1.1b2? ========================= -*Release date: DD-MMM-2004* +*Release date: 03-NOV-2004* - When paragraph reformat width was made configurable, a bug was introduced that caused reformatting of comment blocks to ignore how diff --git a/Lib/idlelib/idlever.py b/Lib/idlelib/idlever.py index 8bceaf87d1..d1092fa725 100644 --- a/Lib/idlelib/idlever.py +++ b/Lib/idlelib/idlever.py @@ -1 +1 @@ -IDLE_VERSION = "1.1a3" +IDLE_VERSION = "1.1b2" -- cgit v1.2.1