diff --git a/README.rst b/README.rst index 61432efb..38bafb13 100755 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================= -Welcome to python-binance v1.0.32 +Welcome to python-binance v1.0.33 ================================= .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/binance/__init__.py b/binance/__init__.py index c780d519..aa3a8c0d 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.0.32" +__version__ = "1.0.33" from binance.async_client import AsyncClient # noqa from binance.client import Client # noqa diff --git a/docs/changelog.rst b/docs/changelog.rst index bb7100d7..52c5ad3f 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,15 @@ Changelog +v1.0.33 - 2025-12-06 + +**Fixed** + +- fix: reconnect keep alive (#1637) + +**Added** + +- moved conditional orders to the new futures algo serivce (#1639) + v1.0.32 - 2025-11-03 ^^^^^^^^^^^^^^^^^^^^