From 3f672215ebc0ca135f400db1938f24263513f33f Mon Sep 17 00:00:00 2001 From: Miclle Zheng Date: Tue, 7 Jul 2026 09:38:16 +0800 Subject: [PATCH] chore: bump version to v7.18.1 Prepare the Python SDK release for sandbox injection match condition support. --- CHANGELOG.md | 2 +- qiniu/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95280c08..23e560d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Changelog -## Unreleased +## 7.18.1 * Sandbox 注入规则支持 `if_headers` / `if_queries` 条件匹配字段,并兼容 `ifHeaders` / `ifQueries` 入参别名 ## 7.18.0 diff --git a/qiniu/__init__.py b/qiniu/__init__.py index f9aea8e1..f57f78bb 100644 --- a/qiniu/__init__.py +++ b/qiniu/__init__.py @@ -9,7 +9,7 @@ # flake8: noqa -__version__ = '7.18.0' +__version__ = '7.18.1' from .auth import Auth, QiniuMacAuth