Skip to content

Commit 11eca4a

Browse files
committed
feat: update version and changelog
1 parent 7b99bdb commit 11eca4a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## 7.14.0
3+
* 对象存储,空间管理、上传文件新增备用域名重试逻辑
4+
* 对象存储,调整查询区域主备域名
5+
* 对象存储,支持空间级别加速域名开关
6+
* 对象存储,回调签名验证函数新增兼容 Qiniu 签名
7+
28
## 7.13.2(2024-05-28)
39
* 对象存储,修复上传回调设置自定义变量失效(v7.12.0 引入)
410

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.13.2'
12+
__version__ = '7.14.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)