Skip to content

Commit

Permalink
Update to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Feb 8, 2018
1 parent cc9db7c commit edf10c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
===============================
Welcome to python-kucoin v0.1.8
Welcome to python-kucoin v0.1.9
===============================

.. image:: https://img.shields.io/pypi/v/python-kucoin.svg
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,13 @@
Changelog
=========

v0.1.9 - 2018-02-09
^^^^^^^^^^^^^^^^^^^

**Updated**

- path for `get_all_balances` to match update in Kucoin docs, now supports pagination

v0.1.8 - 2018-01-20
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup(
name='python-kucoin',
version='0.1.8',
version='0.1.9',
packages=['kucoin'],
description='Kucoin REST API python implementation',
url='https://github.com/sammchardy/python-kucoin',
Expand Down

0 comments on commit edf10c8

Please sign in to comment.