From 968089711e61d06f708e61dbbc6fef99672fdcb3 Mon Sep 17 00:00:00 2001 From: Sam McHardy Date: Sun, 28 Jan 2018 07:54:33 +1100 Subject: [PATCH] Update to v0.0.5 --- README.rst | 2 +- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 30fd068..1b50007 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ =============================== -Welcome to python-bigone v0.0.4 +Welcome to python-bigone v0.0.5 =============================== .. image:: https://img.shields.io/pypi/v/python-bigone.svg diff --git a/docs/changelog.rst b/docs/changelog.rst index 7df7855..f2283eb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,13 @@ Changelog ========= +v0.0.5 - 2018-01-28 +^^^^^^^^^^^^^^^^^^^ + +**Changed** + +- changed `cancel_all_orders` to `cancel_orders` requiring a list of order ids + v0.0.4 - 2018-01-28 ^^^^^^^^^^^^^^^^^^^ diff --git a/setup.py b/setup.py index 76ee1f8..9bef719 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='python-bigone', - version='0.0.4', + version='0.0.5', packages=['bigone'], description='BigONE REST API python implementation', url='https://github.com/sammchardy/python-bigone',