Updated changelog and version.py

Note: there was a mismatching
This commit is contained in:
Dario Moceri
2021-01-21 16:26:01 +01:00
parent 1463f667d8
commit acc232e049
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

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