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 a0ae428 + 4920e3e commit 5bc80baCopy full SHA for 5bc80ba
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.4.0 (2021-05-21)
4
+* 支持分片上传 v2
5
+
6
## 7.3.1 (2021-01-06)
7
* 修复 ResponseInfo 对扩展码错误处理问题
8
* 增加 python v3.7,v3.8,v3.9 版本 CI 测试
@@ -77,7 +80,7 @@
77
80
78
81
## 7.1.2 (2017-03-24)
79
82
### 增加
-* 增加设置文件生命周期的接口
83
+* 增加设置文件生命周期的接口
84
85
## 7.1.1 (2017-02-03)
86
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.3.1'
+__version__ = '7.4.0'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments