Skip to content

Commit

Permalink
Update to v1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Aug 11, 2023
1 parent 2ec9c19 commit 75fb046
Show file tree
Hide file tree
Showing 4 changed files with 19 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.18
Welcome to python-binance v1.0.19
=================================

Updated 9th Aug 2023
Updated 11th Aug 2023

.. 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.18
Welcome to python-binance v1.0.19
=================================

Updated 9th Aug 2023
Updated 11th Aug 2023

.. 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.18"
__version__ = "1.0.19"

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

v1.0.19 - 2023-08-11
^^^^^^^^^^^^^^^^^^^^

**Added**

- some new futures and margin endpoints
- pass session_params to streams for AsyncClient

**Fixed**

- removed debug statements
- options testnet URL
- accessing msg variable before assignment

v1.0.18 - 2023-08-09
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 75fb046

Please sign in to comment.