File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 11================================
2- Welcome to python-binance v0.6.9
2+ Welcome to python-binance v0.7.0
33================================
44
55.. image :: https://img.shields.io/pypi/v/python-binance.svg
Original file line number Diff line number Diff line change 11================================
2- Welcome to python-binance v0.6.9
2+ Welcome to python-binance v0.7.0
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.0 - 2018-08-08
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - get_asset_details endpoint
10+ - get_dust_log endpoint
11+ - get_trade_fee endpoint
12+ - ability for multiple DepthCacheManagers to share a BinanceSocketManager
13+ - get_historial_klines_generator function
14+ - custom socket timeout param for BinanceSocketManager
15+
16+ **Updated **
17+
18+ - general dependency version
19+ - removed support for python3.3
20+
21+ **Fixed **
22+
23+ - add a super init on BinanceClientProtocol
24+
425v0.6.9 - 2018-04-27
526^^^^^^^^^^^^^^^^^^^
627
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-binance' ,
6- version = '0.6.9 ' ,
6+ version = '0.7.0 ' ,
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