Skip to content

Commit

Permalink
Update to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Sep 22, 2019
1 parent 3a95ee4 commit c4fdad5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
================================
Welcome to python-binance v0.7.3
Welcome to python-binance v0.7.4
================================

Note
Expand Down
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

v0.7.4 - 2019-09-22
^^^^^^^^^^^^^^^^^^^

**Added**

- symbol book ticker websocket streams
- margin websocket stream

**Updated**

- can call Client without any params
- make response a property of the Client class so you can access response properties after a request

**Fixed**

- issue with None value params causing errors

v0.7.3 - 2019-08-12
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-binance',
version='0.7.3',
version='0.7.4',
packages=['binance'],
description='Binance REST API python implementation',
url='https://github.com/sammchardy/python-binance',
Expand Down

0 comments on commit c4fdad5

Please sign in to comment.