Skip to content

Commit

Permalink
docs: update version and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 11, 2024
1 parent 0d0d940 commit 6215617
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 7.16.0
* 对象存储,优化并发场景的区域查询
* CDN,查询域名带宽,支持 `data_type` 参数

## 7.15.0
* 对象存储,持久化处理支持工作流模版
* 对象存储,修复 Windows 平台兼容性问题
Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.15.0'
__version__ = '7.16.0'

from .auth import Auth, QiniuMacAuth

Expand Down

0 comments on commit 6215617

Please sign in to comment.