We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c618e9 commit 46302e3Copy full SHA for 46302e3
3 files changed
CHANGELOG
@@ -1,3 +1,6 @@
1
+1.1.5
2
+- Fixes 100% CPU utilization bug with the generic_websocket event emitter thread
3
+
4
1.1.4
5
- Locks mutex when sending websocket messages
6
- Fix py3.8 stricter linting errors
bfxapi/version.py
@@ -2,4 +2,4 @@
This module contains the current version of the bfxapi lib
"""
-__version__ = '1.1.0'
+__version__ = '1.1.5'
setup.py
@@ -11,7 +11,7 @@
11
here = path.abspath(path.dirname(__file__))
12
setup(
13
name='bitfinex-api-py',
14
- version='1.1.4',
+ version='1.1.5',
15
description='Official Bitfinex Python API',
16
long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction',
17
long_description_content_type='text/markdown',
0 commit comments