get_public_trades() orders should be sorted by [timestamp, id] (#127)

Co-authored-by: Robert Kowalski <robert@bitfinex.com>

 - solved the merge conflict in CHANGELOG
This commit is contained in:
Dario Moceri
2021-04-09 16:24:32 +02:00
committed by GitHub
parent d198ccb7a7
commit 4b4a17ebd8
4 changed files with 39 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ from os import path
here = path.abspath(path.dirname(__file__))
setup(
name='bitfinex-api-py',
version='1.1.11',
version='1.1.12',
description='Official Bitfinex Python API',
long_description='A Python reference implementation of the Bitfinex API for both REST and websocket interaction',
long_description_content_type='text/markdown',