Skip to content

Commit

Permalink
Update to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Jan 20, 2018
1 parent 6dedea0 commit 225136c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
===============================
Welcome to python-kucoin v0.1.7
Welcome to python-kucoin v0.1.8
===============================

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

v0.1.8 - 2010-01-20
^^^^^^^^^^^^^^^^^^^

**Added**

- better exception error messages

**Fixed**

- `cancel_order` format to make `order_type` required

v0.1.7 - 2010-01-17
^^^^^^^^^^^^^^^^^^^

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

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

0 comments on commit 225136c

Please sign in to comment.