We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0d415 commit 9c087baCopy full SHA for 9c087ba
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## 7.13.0(2023-12-11)
3
+* 对象存储,新增支持归档直读存储
4
+* 对象存储,批量操作支持自动查询 rs 服务域名
5
+
6
## 7.12.1(2023-11-20)
7
* 修复 CDN 删除域名代码问题
8
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.12.1'
+__version__ = '7.13.0'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments