From ce02356b7634f6a77501ad4d254043dd5a78850d Mon Sep 17 00:00:00 2001 From: Dario Moceri Date: Wed, 10 Feb 2021 22:07:03 +0100 Subject: [PATCH] updated version and CHANGELOG --- CHANGELOG | 3 +++ bfxapi/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d994ee7..11a5f11 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +1.1.10 +- Fixed get_seed_candles() [backwards compatible] + 1.1.9 - Implemented PULSE endpoints (rest) - Updated pyee and changed deprecated class EventEmitter() -> AsyncIOEventEmitter() to make it work with all Python 3.X versions diff --git a/bfxapi/version.py b/bfxapi/version.py index 2049f19..ad61f56 100644 --- a/bfxapi/version.py +++ b/bfxapi/version.py @@ -2,4 +2,4 @@ This module contains the current version of the bfxapi lib """ -__version__ = '1.1.9' +__version__ = '1.1.10'