Skip to content

Commit

Permalink
version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 1, 2021
1 parent dd05334 commit 18de4ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
This isn't really in proper GNU ChangeLog format, it just happens to
look that way.

2021-09-01 Kovid Goyal
* 0.4.6 release
* Python 3.10 compatibility
* Fix a bug in the regex used to parse www-authenticate headers that could lead to Denial-of-Service

2019-12-22 Kovid Goyal
* 0.4.5 release
* Add a set_html() method to the browser object
Expand Down
4 changes: 2 additions & 2 deletions mechanize/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"0.4.5"
__version__ = (0, 4, 5, None, None)
"0.4.6"
__version__ = (0, 4, 6, None, None)

0 comments on commit 18de4ce

Please sign in to comment.