Skip to content

Commit

Permalink
Bump version and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarp committed Jun 7, 2015
1 parent a243352 commit 4284c11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
History
-------

0.5.3
++++++++++++++++++
* Improve documentation. Thanks tpugsley and rcutmore for improvements!
* Improve messages in error handling. Thanks again rcutmore!
* Fix default values for <select> fields. Thanks pohmelie for reporting!
* Simplify value property of field elements; delete `FieldMeta`.
* Move retry logic to requests and urllib3.

0.5.2
++++++++++++++++++
* Remove requirements parsing from `setup.py`.
Expand Down
2 changes: 1 addition & 1 deletion robobrowser/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.5.2'
__version__ = '0.5.3'

from .browser import RoboBrowser

Expand Down

0 comments on commit 4284c11

Please sign in to comment.