File tree 3 files changed +19
-2
lines changed
3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1
1
================================
2
- Welcome to python-binance v0.7.3
2
+ Welcome to python-binance v0.7.4
3
3
================================
4
4
5
5
Note
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v0.7.4 - 2019-09-22
5
+ ^^^^^^^^^^^^^^^^^^^
6
+
7
+ **Added **
8
+
9
+ - symbol book ticker websocket streams
10
+ - margin websocket stream
11
+
12
+ **Updated **
13
+
14
+ - can call Client without any params
15
+ - make response a property of the Client class so you can access response properties after a request
16
+
17
+ **Fixed **
18
+
19
+ - issue with None value params causing errors
20
+
4
21
v0.7.3 - 2019-08-12
5
22
^^^^^^^^^^^^^^^^^^^
6
23
Original file line number Diff line number Diff line change 3
3
4
4
setup (
5
5
name = 'python-binance' ,
6
- version = '0.7.3 ' ,
6
+ version = '0.7.4 ' ,
7
7
packages = ['binance' ],
8
8
description = 'Binance REST API python implementation' ,
9
9
url = 'https://github.com/sammchardy/python-binance' ,
You can’t perform that action at this time.
0 commit comments