Skip to content

Commit

Permalink
Update to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Apr 23, 2019
1 parent 8dc4f89 commit db4e09b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion binance_chain/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = '0.1.8'
__version__ = '0.1.9'
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -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
^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit db4e09b

Please sign in to comment.