Skip to content

Commit

Permalink
bump version to v7.13.0 and update CHANGELOG.md (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 committed Dec 25, 2023
1 parent cb0d415 commit 9c087ba
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.13.0(2023-12-11)
* 对象存储,新增支持归档直读存储
* 对象存储,批量操作支持自动查询 rs 服务域名

## 7.12.1(2023-11-20)
* 修复 CDN 删除域名代码问题

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.12.1'
__version__ = '7.13.0'

from .auth import Auth, QiniuMacAuth

Expand Down

0 comments on commit 9c087ba

Please sign in to comment.