Skip to content

Commit

Permalink
Update to v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Apr 29, 2019
1 parent be36776 commit 5e1b234
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
@@ -1,5 +1,5 @@
=======================================
Welcome to python-binance-chain v0.1.17
Welcome to python-binance-chain v0.1.18
=======================================

.. image:: https://img.shields.io/pypi/v/python-binance-chain.svg
Expand Down
2 changes: 1 addition & 1 deletion binance_chain/__init__.py
Expand Up @@ -4,4 +4,4 @@
"""

__version__ = '0.1.17'
__version__ = '0.1.18'
11 changes: 11 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,17 @@
Changelog
=========

v0.1.18 - 2019-04-29
^^^^^^^^^^^^^^^^^^^^

**Added**

- Advanced async Pooled HTTP RPC Node client spreading requests over available peers

**Updated**

- RPC request id behaviour to work across multiple connections

v0.1.17 - 2019-04-29
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 5e1b234

Please sign in to comment.