Skip to content

Commit

Permalink
Update to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Jan 27, 2018
1 parent dc44f28 commit 9680897
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^^^^^^^^^^^^^

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

0 comments on commit 9680897

Please sign in to comment.