Skip to content

Commit

Permalink
Merge e5a0fb6 into b2d60b0
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed Sep 30, 2019
2 parents b2d60b0 + e5a0fb6 commit 22df4d9
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Release History
---------------

1.10.3 (2019-09-30)
+++++++++++++++++++

**Improvements**

-

**Bug Fixes**

- #232 RuntimeError fixed on serialize_orders


**Dependencies**

- requests upgraded / unpinned from exact version

1.10.2 (2019-09-02)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion betfairlightweight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from . import filters

__title__ = 'betfairlightweight'
__version__ = '1.10.2'
__version__ = '1.10.3b'
__author__ = 'Liam Pauling'

# Set default logging handler to avoid "No handler found" warnings.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.21.0
requests<=2.22.0
ciso8601==2.0.1
ujson==1.35
ujson==1.35

0 comments on commit 22df4d9

Please sign in to comment.