Skip to content

Commit 4284c11

Browse files
committed
Bump version and update changelog.
1 parent a243352 commit 4284c11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
History
44
-------
55

6+
0.5.3
7+
++++++++++++++++++
8+
* Improve documentation. Thanks tpugsley and rcutmore for improvements!
9+
* Improve messages in error handling. Thanks again rcutmore!
10+
* Fix default values for <select> fields. Thanks pohmelie for reporting!
11+
* Simplify value property of field elements; delete `FieldMeta`.
12+
* Move retry logic to requests and urllib3.
13+
614
0.5.2
715
++++++++++++++++++
816
* Remove requirements parsing from `setup.py`.

robobrowser/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.5.2'
1+
__version__ = '0.5.3'
22

33
from .browser import RoboBrowser
44

0 commit comments

Comments
 (0)