Skip to content

Commit 18de4ce

Browse files
committedSep 1, 2021
version 0.4.6
1 parent dd05334 commit 18de4ce

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
This isn't really in proper GNU ChangeLog format, it just happens to
22
look that way.
33

4+
2021-09-01 Kovid Goyal
5+
* 0.4.6 release
6+
* Python 3.10 compatibility
7+
* Fix a bug in the regex used to parse www-authenticate headers that could lead to Denial-of-Service
8+
49
2019-12-22 Kovid Goyal
510
* 0.4.5 release
611
* Add a set_html() method to the browser object

‎mechanize/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"0.4.5"
2-
__version__ = (0, 4, 5, None, None)
1+
"0.4.6"
2+
__version__ = (0, 4, 6, None, None)

0 commit comments

Comments
 (0)