Skip to content

Commit

Permalink
Update to v 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Sep 27, 2021
1 parent 23d6b32 commit d76df56
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=================================
Welcome to python-binance v1.0.14
Welcome to python-binance v1.0.15
=================================

Updated 8th Sept 2021
Updated 27th Sept 2021

.. image:: https://img.shields.io/pypi/v/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=================================
Welcome to python-binance v1.0.14
Welcome to python-binance v1.0.15
=================================

Updated 8th Sept 2021
Updated 27th Sept 2021

.. image:: https://img.shields.io/pypi/v/python-binance.svg
:target: https://pypi.python.org/pypi/python-binance
Expand Down
2 changes: 1 addition & 1 deletion binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__version__ = '1.0.14'
__version__ = '1.0.15'

from binance.client import Client, AsyncClient # noqa
from binance.depthcache import DepthCacheManager, OptionsDepthCacheManager, ThreadedDepthCacheManager # noqa
Expand Down
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
=========

v1.0.15 - 2021-09-27
^^^^^^^^^^^^^^^^^^^^

**Added**

- Enable/disable margin account for symbol endpoints
- Top trader long/short positions endpoint
- Global long/short ratio endpoint

**Fixed**

- fix websockets to 9.1
- websocket reconnect updates
- fix futures kline sockets


v1.0.14 - 2021-09-08
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit d76df56

Please sign in to comment.