We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a243352 commit 4284c11Copy full SHA for 4284c11
HISTORY.rst
@@ -3,6 +3,14 @@
3
History
4
-------
5
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
+
14
0.5.2
15
++++++++++++++++++
16
* Remove requirements parsing from `setup.py`.
robobrowser/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.5.2'
+__version__ = '0.5.3'
2
from .browser import RoboBrowser
0 commit comments