Skip to content

Commit

Permalink
version 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 19, 2021
1 parent 8a7c9e4 commit c7536e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,6 +1,10 @@
This isn't really in proper GNU ChangeLog format, it just happens to
look that way.

2021-09-19 Kovid Goyal
* 0.4.7 release
* Fix the ~ character being percent escaped when sending URLs to servers. See RFC 3986.

2021-09-01 Kovid Goyal
* 0.4.6 release
* Python 3.10 compatibility
Expand Down
4 changes: 2 additions & 2 deletions mechanize/_version.py
@@ -1,2 +1,2 @@
"0.4.6"
__version__ = (0, 4, 6, None, None)
"0.4.7"
__version__ = (0, 4, 7, None, None)

0 comments on commit c7536e4

Please sign in to comment.