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.
2 parents f66ce91 + 8f3193a commit fabc8c5Copy full SHA for fabc8c5
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.4.1 (2021-05-25)
4
+* 分片上传 v2 方法不再强制要求 bucket_name 参数
5
+
6
## 7.4.0 (2021-05-21)
7
* 支持分片上传 v2
8
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.4.0'
+__version__ = '7.4.1'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments