From db4e09b730f84bede5d6c57875fc1ea7e26dce44 Mon Sep 17 00:00:00 2001 From: Sam McHardy Date: Tue, 23 Apr 2019 20:47:18 +1000 Subject: [PATCH] Update to v0.1.9 --- README.rst | 2 +- binance_chain/__init__.py | 2 +- docs/changelog.rst | 13 +++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c0e04fd..bf64e56 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ====================================== -Welcome to python-binance-chain v0.1.8 +Welcome to python-binance-chain v0.1.9 ====================================== .. image:: https://img.shields.io/pypi/v/python-binance-chain.svg diff --git a/binance_chain/__init__.py b/binance_chain/__init__.py index f156568..1ebac80 100644 --- a/binance_chain/__init__.py +++ b/binance_chain/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.1.8' +__version__ = '0.1.9' diff --git a/docs/changelog.rst b/docs/changelog.rst index b6ae9b1..b8e570b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,19 @@ Changelog ========= +v0.1.9 - 2010-04-23 +^^^^^^^^^^^^^^^^^^^ + +**Added** + +- More test coverage including for python 3.7 + +**Fixed** + +- Params in async http client for `get_klines` +- coveralls report +- small fixes + v0.1.8 - 2010-04-21 ^^^^^^^^^^^^^^^^^^^