Bump to version 1.1.0

This commit is contained in:
Jacob Plaster
2019-09-12 14:38:50 +01:00
parent d9e3ea437f
commit de81fc80bd
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
1.1.0
- Adds rest.submit_funding_offer
- Adds rest.submit_cancel_funding_offer
- Adds rest.submit_wallet_transfer
- Adds rest.get_wallet_deposit_address
- Adds rest.create_wallet_deposit_address
- Adds rest.submit_wallet_withdraw
- Adds rest.submit_order
- Adds rest.submit_cancel_order
- Adds rest.submit_update_order
- Updates websocket notification event to use Notfication model object
1.0.1
- Added ws event `status_update`

View File

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

View File

@@ -20,7 +20,7 @@ here = path.abspath(path.dirname(__file__))
setup(
name='bitfinex-api-py',
version='1.0.1', # Required
version='1.1.0', # Required
description='Official Bitfinex API', # Optional
long_description='This is an official python library that is used to connect interact with the Bitfinex api.', # Optional
long_description_content_type='text/markdown', # Optional