We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88c065 commit d549914Copy full SHA for d549914
3 files changed
README.rst
@@ -1,5 +1,5 @@
1
=================================
2
-Welcome to python-binance v1.0.31
+Welcome to python-binance v1.0.32
3
4
5
.. image:: https://img.shields.io/pypi/v/python-binance.svg
binance/__init__.py
@@ -4,7 +4,7 @@
"""
6
7
-__version__ = "1.0.31"
+__version__ = "1.0.32"
8
9
from binance.async_client import AsyncClient # noqa
10
from binance.client import Client # noqa
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)
11
+v1.0.30 - 2025-10-14
12
13
=========
14
15
v1.0.31 - 2025-10-29
0 commit comments