Skip to content

Commit 9c087ba

Browse files
authored
bump version to v7.13.0 and update CHANGELOG.md (#446)
1 parent cb0d415 commit 9c087ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.13.0(2023-12-11)
3+
* 对象存储,新增支持归档直读存储
4+
* 对象存储,批量操作支持自动查询 rs 服务域名
5+
26
## 7.12.1(2023-11-20)
37
* 修复 CDN 删除域名代码问题
48

Diff for: 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.12.1'
12+
__version__ = '7.13.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)