bump version (1.0.1) and update changelog

This commit is contained in:
Jacob Plaster
2019-07-19 14:49:38 +07:00
committed by Jacob Plaster
parent e35b7312a7
commit 854966661c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
1.0.1
- Added ws event `status_update`
- Added rest function `get_derivative_status`
- Added rest function `get_derivative_statuses`
- Added rest function `set_derivative_collateral`
- Added channel support `status`
1.0.0 1.0.0
- Removal of camel-casing file naming and git duplicates - Removal of camel-casing file naming and git duplicates

View File

@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib This module contains the current version of the bfxapi lib
""" """
__version__ = '1.0.0' __version__ = '1.0.1'