Skip to content

Commit 23ea698

Browse files
committed
version 0.4.8
1 parent 7594118 commit 23ea698

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
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+
2022-04-14 Kovid Goyal
5+
* 0.4.8 release
6+
* Handle mal-encoded robots.txt files more gracefully
7+
* Support HTTP 308 redirects
8+
49
2021-09-19 Kovid Goyal
510
* 0.4.7 release
611
* Fix the ~ character being percent escaped when sending URLs to servers. See RFC 3986.

mechanize/_version.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
"0.4.7"
2-
string_version = "0.4.7"
3-
__version__ = (0, 4, 7, None, None)
1+
"0.4.8"
2+
string_version = "0.4.8"
3+
__version__ = (0, 4, 8, None, None)

0 commit comments

Comments
 (0)