Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update to v0.6.5
  • Loading branch information
sammchardy committed Feb 13, 2018
1 parent 3cc7381 commit 4a433f8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down
7 changes: 7 additions & 0 deletions 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
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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',
Expand Down

0 comments on commit 4a433f8

Please sign in to comment.