Skip to content

Commit af3c14f

Browse files
committed
version 0.4.9
Fixes #87
1 parent 947de71 commit af3c14f

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+
2023-11-07 Kovid Goyal
5+
* 0.4.9 release
6+
* Fix error on PyPy3
7+
* Fix error CPython 3.12
8+
49
2022-04-14 Kovid Goyal
510
* 0.4.8 release
611
* Handle mal-encoded robots.txt files more gracefully

mechanize/_version.py

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

0 commit comments

Comments
 (0)