Skip to content

Commit 32a48ad

Browse files
authored
Merge pull request #32 from Kucoin/release/2025.03.31
Release/2025.03.31
2 parents 50fdf6b + 41f8638 commit 32a48ad

File tree

11 files changed

+330
-336
lines changed

11 files changed

+330
-336
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)
44

55
Current synchronized API documentation version [20250313](https://www.kucoin.com/docs-new/change-log#20250313)
66

7+
# 2025-03-31(Python 1.2.1)
8+
- Optimize WebSocket reconnection logic
9+
710
## 2025-03-21(1.2.0)
811
- Update the latest APIs, documentation, etc
912
- Remove range validation in Python

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The **KuCoin Universal SDK** is the official SDK provided by KuCoin, offering a
3434

3535
### Latest Version: `1.2.0`(Global API version)
3636

37-
### Python Installation
37+
### Python Installation(1.2.1)
3838

3939
```bash
4040
pip install kucoin-universal-sdk

sdk/python/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)
44

55
Current synchronized API documentation version [20250313](https://www.kucoin.com/docs-new/change-log#20250313)
66

7+
# 2025-03-31(Python 1.2.1)
8+
- Optimize WebSocket reconnection logic
9+
710
## 2025-03-21(1.2.0)
811
- Update the latest APIs, documentation, etc
912
- Remove range validation in Python

sdk/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For an overview of the project and SDKs in other languages, refer to the [Main R
88

99
## 📦 Installation
1010

11-
### Latest Version: `1.2.0`
11+
### Latest Version: `1.2.1`
1212
Install the Python SDK using `pip`:
1313

1414
```bash
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sdk_version = "v1.2.0"
2-
sdk_generate_date = "2025-03-21"
1+
sdk_version = "v1.2.1"
2+
sdk_generate_date = "2025-03-31"

0 commit comments

Comments
 (0)