File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed
Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11================================
2- Welcome to python-binance v0.6.2
2+ Welcome to python-binance v0.6.3
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.2
2+ Welcome to python-binance v0.6.3
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.6.3 - 2018-01-29
5+ ^^^^^^^^^^^^^^^^^^^
6+
7+ **Added **
8+
9+ - mini ticker socket function `start_miniticker_socket `
10+ - aggregate trade iterator `aggregate_trade_iter `
11+
12+ **Fixes **
13+
14+ - clean up `interval_to_milliseconds ` logic
15+ - general doc and file cleanups
16+
417v0.6.2 - 2018-01-12
518^^^^^^^^^^^^^^^^^^^
619
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'python-binance' ,
6- version = '0.6.2 ' ,
6+ version = '0.6.3 ' ,
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