updated version and CHANGELOG

This commit is contained in:
Dario Moceri
2021-02-10 22:07:03 +01:00
parent ab1a3da851
commit ce02356b76
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
1.1.10
- Fixed get_seed_candles() [backwards compatible]
1.1.9 1.1.9
- Implemented PULSE endpoints (rest) - Implemented PULSE endpoints (rest)
- Updated pyee and changed deprecated class EventEmitter() -> AsyncIOEventEmitter() to make it work with all Python 3.X versions - Updated pyee and changed deprecated class EventEmitter() -> AsyncIOEventEmitter() to make it work with all Python 3.X versions

View File

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