Skip to content

Commit

Permalink
Update to v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Sep 8, 2021
1 parent d10de41 commit db13f46
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PYPIREADME.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
=================================
Welcome to python-binance v1.0.10
Welcome to python-binance v1.0.13
=================================

Updated 11th May 2021
Expand Down
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 v1.0.12
Welcome to python-binance v1.0.13
=================================

Updated 11th May 2021
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.12'
__version__ = '1.0.13'

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

v1.0.13 - 2021-09-08
^^^^^^^^^^^^^^^^^^^^

**Added**

- Futures Depth Cache Manager
- Futures kline websocket stream
- Coin Futures User websocket stream
- New Margin endpoints
- Margin OCO order endpoints
- Fiat endpoints
- C2C endpoints
- Account API permissions endpoint

**Fixed**

- changed `asset` to `coin` in withdraw endpoint


v1.0.12 - 2021-06-03
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit db13f46

Please sign in to comment.