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 87cb778 commit c468789Copy full SHA for c468789
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## 7.12.1(2023-11-20)
3
+* 修复 CDN 删除域名代码问题
4
+
5
## 7.12.0(2023-10-08)
6
* 对象存储,分片上传支持并发上传
7
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.12.0'
+__version__ = '7.12.1'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments