diff --git a/PYPIREADME.rst b/PYPIREADME.rst index 8482a9a1..fbdbf5b7 100644 --- a/PYPIREADME.rst +++ b/PYPIREADME.rst @@ -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 diff --git a/README.rst b/README.rst index 8d6a7173..91ee2b4f 100755 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/binance/__init__.py b/binance/__init__.py index 64fd0db1..fc94f1bd 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -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 diff --git a/docs/changelog.rst b/docs/changelog.rst index 4d548f0b..fc4629fd 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 ^^^^^^^^^^^^^^^^^^^^ @@ -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 @@ -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 ^^^^^^^^^^^^^^^^^^^^