Skip to content

Commit

Permalink
Update to v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Apr 27, 2019
1 parent f715bee commit ebe69b6
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.13
Welcome to python-binance-chain v0.1.14
=======================================

.. 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.13'
__version__ = '0.1.14'
11 changes: 11 additions & 0 deletions docs/changelog.rst
@@ -1,6 +1,17 @@
Changelog
=========

v0.1.14 - 2019-04-28
^^^^^^^^^^^^^^^^^^^^

**Added**

- Simple transaction signing example

**Fixed**

- Depth Cache doesn't wait for websocket messages before outputting

v0.1.13 - 2019-04-28
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit ebe69b6

Please sign in to comment.