| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c7feabf commit e1be0e1
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | ================================ | |
| 2 | - Welcome to python-binance v0.6.2 | ||
| 2 | + Welcome to python-binance v0.6.3 | ||
| 3 | 3 | ================================ | |
| 4 | 4 | ||
| 5 | 5 | .. image:: https://img.shields.io/pypi/v/python-binance.svg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,5 +1,5 @@ | |||
| 1 | 1 | ================================ | |
| 2 | - Welcome to python-binance v0.6.2 | ||
| 2 | + Welcome to python-binance v0.6.3 | ||
| 3 | 3 | ================================ | |
| 4 | 4 | ||
| 5 | 5 | .. image:: https://img.shields.io/pypi/v/python-binance.svg | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,19 @@ | |||
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 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 | + | ||
| 4 | 17 | v0.6.2 - 2018-01-12 | |
| 5 | 18 | ^^^^^^^^^^^^^^^^^^^ | |
| 6 | 19 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,7 +3,7 @@ | |||
| 3 | 3 | ||
| 4 | 4 | setup( | |
| 5 | 5 | name='python-binance', | |
| 6 | - version='0.6.2', | ||
| 6 | + version='0.6.3', | ||
| 7 | 7 | packages=['binance'], | |
| 8 | 8 | description='Binance REST API python implementation', | |
| 9 | 9 | url='https://github.com/sammchardy/python-binance', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments