mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-21 07:44:22 +01:00
* feat: support funding_trades endpoint * chore: bump version, add changelog entry * chore: add final newline to funding_trade.py * fix: 'maker' is now placeholder in fundingtrade Co-authored-by: Richard Hoekstra <me@richardhoekstra.com> Co-authored-by: Robert Kowalski <robert@bitfinex.com>
6 lines
91 B
Python
6 lines
91 B
Python
"""
|
|
This module contains the current version of the bfxapi lib
|
|
"""
|
|
|
|
__version__ = '1.1.15'
|