Skip to content

Commit 3acb183

Browse files
committed
version 0.4.5
1 parent 041595d commit 3acb183

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: 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+
2019-12-22 Kovid Goyal
5+
* 0.4.5 release
6+
* Add a set_html() method to the browser object
7+
48
2019-11-07 Kovid Goyal
59
* 0.4.4 release
610
* URLs passed into mechanize now automatically have URL unsafe characters

Diff for: mechanize/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
"0.4.4"
2-
__version__ = (0, 4, 4, None, None)
1+
"0.4.5"
2+
__version__ = (0, 4, 5, None, None)

0 commit comments

Comments
 (0)