From 40b1915d709be68376eea544db0cf1f1f7319c91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=85=E5=9F=8E?= Date: Wed, 9 Sep 2026 10:30:30 +0800 Subject: [PATCH] chore(release): prepare Python SDK 1.5.8 --- README.md | 2 +- com/alipay/ams/api/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb5a1aa..1f292ea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ``` Language:Python Python version:2.7+ -Release ^1.5.7 +Release ^1.5.8 Copyright:Ant financial services group ``` diff --git a/com/alipay/ams/api/_version.py b/com/alipay/ams/api/_version.py index 624ea7f..9977d7a 100644 --- a/com/alipay/ams/api/_version.py +++ b/com/alipay/ams/api/_version.py @@ -1,2 +1,2 @@ -VERSION = "1.5.7" +VERSION = "1.5.8" USER_AGENT = "global-open-sdk-python/" + VERSION