From e1be0e17921965c1d34e8dbccac522e55fa0f4ac Mon Sep 17 00:00:00 2001 From: Sam McHardy Date: Mon, 29 Jan 2018 09:15:54 +1100 Subject: [PATCH] Update to v0.6.3 --- PYPIREADME.rst | 2 +- README.rst | 2 +- docs/changelog.rst | 13 +++++++++++++ setup.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/PYPIREADME.rst b/PYPIREADME.rst index a67f2bf2..142d1a42 100644 --- a/PYPIREADME.rst +++ b/PYPIREADME.rst @@ -1,5 +1,5 @@ ================================ -Welcome to python-binance v0.6.2 +Welcome to python-binance v0.6.3 ================================ .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/README.rst b/README.rst index e6102956..317da195 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================ -Welcome to python-binance v0.6.2 +Welcome to python-binance v0.6.3 ================================ .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/docs/changelog.rst b/docs/changelog.rst index 82edb385..d76beb05 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,19 @@ Changelog ========= +v0.6.3 - 2018-01-29 +^^^^^^^^^^^^^^^^^^^ + +**Added** + +- mini ticker socket function `start_miniticker_socket` +- aggregate trade iterator `aggregate_trade_iter` + +**Fixes** + +- clean up `interval_to_milliseconds` logic +- general doc and file cleanups + v0.6.2 - 2018-01-12 ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index cb0d1c0e..9aee5738 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='python-binance', - version='0.6.2', + version='0.6.3', packages=['binance'], description='Binance REST API python implementation', url='https://github.com/sammchardy/python-binance',