We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890d191 commit 00d9d34Copy full SHA for 00d9d34
README.rst
@@ -1,5 +1,5 @@
1
=================================
2
-Welcome to python-binance v1.0.28
+Welcome to python-binance v1.0.29
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.28"
+__version__ = "1.0.29"
8
9
from binance.async_client import AsyncClient # noqa
10
from binance.client import Client # noqa
docs/changelog.rst
@@ -1,8 +1,15 @@
Changelog
=========
+v1.0.29 - 2025-05-19
+^^^^^^^^^^^^^^^^^^^^
+
+**Fixed**
+- Ws tesnet spot URLs update
11
-v1.0.28 - 2024-02-27
12
+v1.0.28 - 2025-02-27
13
^^^^^^^^^^^^^^^^^^^^
14
15
**Added**
0 commit comments