| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f162315 commit e33333a
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.5.4 | ||
| 2 | + Welcome to python-binance v0.5.5 | ||
| 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.5.4 | ||
| 2 | + Welcome to python-binance v0.5.5 | ||
| 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,13 @@ | |||
| 1 | 1 | Changelog | |
| 2 | 2 | ========= | |
| 3 | 3 | ||
| 4 | + v0.5.5 - 2017-12-19 | ||
| 5 | + ^^^^^^^^^^^^^^^^^^^ | ||
| 6 | + | ||
| 7 | + **Changed** | ||
| 8 | + | ||
| 9 | + - Increased default limit for order book on depth cache from 10 to 500 | ||
| 10 | + | ||
| 4 | 11 | v0.5.4 - 2017-12-14 | |
| 5 | 12 | ^^^^^^^^^^^^^^^^^^^ | |
| 6 | 13 | ||
| 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.5.4', | ||
| 6 | + version='0.5.5', | ||
| 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