From 4a433f83aba1717e9b0a0c9439125bada91b5a0c Mon Sep 17 00:00:00 2001 From: Sam McHardy Date: Tue, 13 Feb 2018 19:18:16 +1100 Subject: [PATCH] Update to v0.6.5 --- PYPIREADME.rst | 2 +- README.rst | 2 +- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/PYPIREADME.rst b/PYPIREADME.rst index 3241be66..2c3ba92d 100644 --- a/PYPIREADME.rst +++ b/PYPIREADME.rst @@ -1,5 +1,5 @@ ================================ -Welcome to python-binance v0.6.4 +Welcome to python-binance v0.6.5 ================================ .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/README.rst b/README.rst index 900e403f..52af9a28 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================ -Welcome to python-binance v0.6.4 +Welcome to python-binance v0.6.5 ================================ .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/docs/changelog.rst b/docs/changelog.rst index acd10af3..18293aee 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +v0.6.5 - 2018-02-13 +^^^^^^^^^^^^^^^^^^^ + +**Fixed** + +- `get_historical_klines` response for month interval + v0.6.4 - 2018-02-09 ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index d44bdb09..9dc1194b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='python-binance', - version='0.6.4', + version='0.6.5', packages=['binance'], description='Binance REST API python implementation', url='https://github.com/sammchardy/python-binance',