mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Updated changelog and version.py
Note: there was a mismatching
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
1.1.9
|
||||
- Updated pyee and changed deprecated class EventEmitter() -> AsyncIOEventEmitter() to make it work with all Python 3.X versions
|
||||
|
||||
1.1.8
|
||||
- Adds support for websocket events pu, pn and pu
|
||||
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
This module contains the current version of the bfxapi lib
|
||||
"""
|
||||
|
||||
__version__ = '1.1.7'
|
||||
__version__ = '1.1.9'
|
||||
|
||||
Reference in New Issue
Block a user