We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dd5d8 commit a538d64Copy full SHA for a538d64
CHANGELOG
@@ -1,3 +1,6 @@
1
+1.1.8
2
+- Adds support for websocket events pu, pn and pu
3
+
4
1.1.7
5
- Adds rest.get_ledgers
6
setup.py
@@ -11,7 +11,7 @@
11
here = path.abspath(path.dirname(__file__))
12
setup(
13
name='bitfinex-api-py',
14
- version='1.1.7',
+ version='1.1.8',
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