Skip to content

Commit 82cf9f1

Browse files
committed
Bump version and update changelog
1 parent 9184d67 commit 82cf9f1

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

docs/changelog.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
ChangeLog
55
=========
66

7+
3.2.2 (released 2024-01-28)
8+
---------------------------
9+
* Fixes the broken interactive shell.
10+
* Fixes 'run_file' when specifying files in a subdirectory without extension.
11+
712
3.2.1 (released 2023-11-23)
813
---------------------------
914
* Increased the default request timeout of the twill browser to 10 seconds
@@ -42,24 +47,20 @@ ChangeLog
4247

4348
3.0.3 (released 2022-10-12)
4449
---------------------------
45-
4650
* Form numbers are now printed correctly with 'showforms' (#12).
4751

4852
3.0.2 (released 2022-04-10)
4953
---------------------------
50-
5154
* Save HTML file with browser encoding or as UTF-8 (#9).
5255
* Do not modify root logger any more (#10).
5356

5457
3.0.1 (released 2021-12-04)
5558
---------------------------
56-
5759
* This version now also supports Python 3.10.
5860
* The twill language now allows 8-bit letters to appear in strings unquoted.
5961

6062
3.0 (released 2021-02-25)
6163
-------------------------
62-
6364
* In this version we require Python 3.6 to 3.9.
6465
If you still need support for Python 2 or Python 3.5,
6566
then please use the latest version from the 2.x branch.
@@ -68,25 +69,21 @@ ChangeLog
6869

6970
2.0.3 (released 2021-02-25)
7071
---------------------------
71-
7272
* Backported the fixes in version 3.0.
7373

7474
2.0.2 (released 2021-02-13)
7575
---------------------------
76-
7776
* This version now also supports Python 3.9.
7877
* 'tidy_should_exist' has been renamed ot 'require_tidy'.
7978
* Support for setting options to be used with HTML Tidy.
8079
* Cleanup scripts are now also read as UTF-8 in Python 3.
8180

8281
2.0.1 (released 2020-07-12)
8382
---------------------------
84-
8583
* Fixes an issue with encoding declarations (#5).
8684

8785
2.0 (released 2020-04-04)
8886
-------------------------
89-
9087
This version is based on twill 1.8, which was a refactoring
9188
of version 0.9 that used requests_ and lxml_ instead of mechanize_,
9289
done by Ben Taylor in April 2014. It also integrates ideas and

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "twill"
3-
version = "3.2.1"
3+
version = "3.2.2"
44

55
description = "A web browsing and testing language"
66
keywords = ["web", "testing", "browsing", "automation"]

0 commit comments

Comments
 (0)