Skip to content

Commit d549914

Browse files
authored
chore: bump to 32 (#1621)
* update gitignore * bump version * chore: bump to 32
1 parent d88c065 commit d549914

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=================================
2-
Welcome to python-binance v1.0.31
2+
Welcome to python-binance v1.0.32
33
=================================
44

55
.. image:: https://img.shields.io/pypi/v/python-binance.svg

binance/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
"""
66

7-
__version__ = "1.0.31"
7+
__version__ = "1.0.32"
88

99
from binance.async_client import AsyncClient # noqa
1010
from binance.client import Client # noqa

docs/changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
Changelog
2+
3+
v1.0.32 - 2025-11-03
4+
^^^^^^^^^^^^^^^^^^^^
5+
6+
**Fixed**
7+
8+
- signature encoding for non-ascii symbols in both private and public endpoints (#1619)
9+
10+
11+
v1.0.30 - 2025-10-14
12+
^^^^^^^^^^^^^^^^^^^^
213
=========
314

415
v1.0.31 - 2025-10-29

0 commit comments

Comments
 (0)