File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11================================
2- Welcome to python-binance v0.7.0
2+ Welcome to python-binance v0.7.1
33================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v0.7.1 - 2019-01-23
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - limit param to DepthCacheManager
10+ - limit param to get_historical_klines
11+ - update_time to DepthCache class
12+
13+ **Updated **
14+
15+ - test coverage
16+
17+ **Fixed **
18+
19+ - super init in Websocket class
20+ - removal of request params from signature
21+ - empty set issue in aggregate_trade_iter
22+
23+
424v0.7.0 - 2018-08-08
525^^^^^^^^^^^^^^^^^^^
626
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-binance' ,
6- version = '0.7.0 ' ,
6+ version = '0.7.1 ' ,
77 packages = ['binance' ],
88 description = 'Binance REST API python implementation' ,
99 url = 'https://github.com/sammchardy/python-binance' ,
You can’t perform that action at this time.
0 commit comments