Skip to content

Commit

Permalink
ujson upgraded to 3.1.0
Browse files Browse the repository at this point in the history
version and history bumped
  • Loading branch information
liampauling committed Aug 3, 2020
1 parent 6666e79 commit 10c63d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Release History
---------------

2.7.1 (2020-08-03)
+++++++++++++++++++

**Improvements**

- #325 listener.status property added

**Dependencies**

- ujson bumped to 3.1.0

2.7.0 (2020-07-27)
+++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion betfairlightweight/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "betfairlightweight"
__description__ = "Lightweight python wrapper for Betfair API-NG"
__url__ = "https://github.com/liampauling/betfair"
__version__ = "2.7.0"
__version__ = "2.7.1"
__author__ = "Liam Pauling"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests<2.25.0
ciso8601==2.1.3; sys_platform == 'darwin' or sys_platform == 'linux'
ujson==3.0.0; sys_platform == 'darwin' or sys_platform == 'linux'
ujson==3.1.0; sys_platform == 'darwin' or sys_platform == 'linux'

0 comments on commit 10c63d2

Please sign in to comment.