mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Bump to version 1.1.0
This commit is contained in:
13
CHANGELOG
13
CHANGELOG
@@ -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`
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
This module contains the current version of the bfxapi lib
|
||||
"""
|
||||
|
||||
__version__ = '1.0.1'
|
||||
__version__ = '1.1.0'
|
||||
|
||||
2
setup.py
2
setup.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user