Skip to content

Commit

Permalink
Update to v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sammchardy committed Aug 9, 2023
1 parent ac6eea9 commit 18c3ad5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 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.17
Welcome to python-binance v1.0.18
=================================

Updated 21st Feb 2023
Updated 9th 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.17
Welcome to python-binance v1.0.18
=================================

Updated 21st Feb 2023
Updated 9th 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.17"
__version__ = "1.0.18"

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

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

**Added**

- TRAILING_STOP_MARKET option for orders

**Fixed**

- futures api endpoint versions
- margin endpoint request methods


v1.0.17 - 2023-02-21
^^^^^^^^^^^^^^^^^^^^

Expand All @@ -16,7 +29,6 @@ v1.0.17 - 2023-02-21
- Open OCO Orders endpoint
- Param to pass session params to aiohttp.ClientSession


**Updated**

- Some margin endpoint versions
Expand All @@ -27,8 +39,6 @@ v1.0.17 - 2023-02-21
- Indefinite websocket reconnect loop
- Crash on parsing code from some errors

**Added**

v1.0.16 - 2022-04-09
^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 18c3ad5

Please sign in to comment.