Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)

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

# 2025-03-31(Python 1.2.1)
- Optimize WebSocket reconnection logic

## 2025-03-21(1.2.0)
- Update the latest APIs, documentation, etc
- Remove range validation in Python
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The **KuCoin Universal SDK** is the official SDK provided by KuCoin, offering a

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

### Python Installation
### Python Installation(1.2.1)

```bash
pip install kucoin-universal-sdk
Expand Down
3 changes: 3 additions & 0 deletions sdk/python/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ API documentation [Changelog](https://www.kucoin.com/docs-new/change-log)

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

# 2025-03-31(Python 1.2.1)
- Optimize WebSocket reconnection logic

## 2025-03-21(1.2.0)
- Update the latest APIs, documentation, etc
- Remove range validation in Python
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For an overview of the project and SDKs in other languages, refer to the [Main R

## 📦 Installation

### Latest Version: `1.2.0`
### Latest Version: `1.2.1`
Install the Python SDK using `pip`:

```bash
Expand Down
4 changes: 2 additions & 2 deletions sdk/python/kucoin_universal_sdk/generate/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sdk_version = "v1.2.0"
sdk_generate_date = "2025-03-21"
sdk_version = "v1.2.1"
sdk_generate_date = "2025-03-31"
Loading
Loading