Skip to content

Commit 6215617

Browse files
committed
docs: update version and changelogs
1 parent 0d0d940 commit 6215617

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.16.0
3+
* 对象存储,优化并发场景的区域查询
4+
* CDN,查询域名带宽,支持 `data_type` 参数
5+
26
## 7.15.0
37
* 对象存储,持久化处理支持工作流模版
48
* 对象存储,修复 Windows 平台兼容性问题

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.15.0'
12+
__version__ = '7.16.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)