diff --git a/README.rst b/README.rst index 50955dc9..daadcd97 100755 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ================================= -Welcome to python-binance v1.0.31 +Welcome to python-binance v1.0.32 ================================= .. image:: https://img.shields.io/pypi/v/python-binance.svg diff --git a/binance/__init__.py b/binance/__init__.py index 50abc9b8..c780d519 100755 --- a/binance/__init__.py +++ b/binance/__init__.py @@ -4,7 +4,7 @@ """ -__version__ = "1.0.31" +__version__ = "1.0.32" from binance.async_client import AsyncClient # noqa from binance.client import Client # noqa diff --git a/docs/changelog.rst b/docs/changelog.rst index 27fb6ea7..bb7100d7 100755 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,4 +1,15 @@ Changelog + +v1.0.32 - 2025-11-03 +^^^^^^^^^^^^^^^^^^^^ + +**Fixed** + +- signature encoding for non-ascii symbols in both private and public endpoints (#1619) + + +v1.0.30 - 2025-10-14 +^^^^^^^^^^^^^^^^^^^^ ========= v1.0.31 - 2025-10-29