Skip to content

Commit c7536e4

Browse files
committed
version 0.4.7
1 parent 8a7c9e4 commit c7536e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog

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

4+
2021-09-19 Kovid Goyal
5+
* 0.4.7 release
6+
* Fix the ~ character being percent escaped when sending URLs to servers. See RFC 3986.
7+
48
2021-09-01 Kovid Goyal
59
* 0.4.6 release
610
* Python 3.10 compatibility

mechanize/_version.py

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

0 commit comments

Comments
 (0)