Skip to content

Commit 7a80a4b

Browse files
carlosmieipcriadoperez
authored andcommitted
chore: Bump 29 (sammchardy#1585)
* update gitignore * bump version
1 parent e7a7818 commit 7a80a4b

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

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.28
2+
Welcome to python-binance v1.0.29
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.28"
7+
__version__ = "1.0.29"
88

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

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
Changelog
22
=========
33

4+
v1.0.29 - 2025-05-19
5+
^^^^^^^^^^^^^^^^^^^^
6+
7+
**Fixed**
8+
9+
- Ws tesnet spot URLs update
10+
411

5-
v1.0.28 - 2024-02-27
12+
v1.0.28 - 2025-02-27
613
^^^^^^^^^^^^^^^^^^^^
714

815
**Added**

0 commit comments

Comments
 (0)