Skip to content

Commit 5bc80ba

Browse files
authored
Merge pull request #393 from qiniu/upgrades/v7.4.0
升级到 v7.4.0
2 parents a0ae428 + 4920e3e commit 5bc80ba

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 7.4.0 (2021-05-21)
4+
* 支持分片上传 v2
5+
36
## 7.3.1 (2021-01-06)
47
* 修复 ResponseInfo 对扩展码错误处理问题
58
* 增加 python v3.7,v3.8,v3.9 版本 CI 测试
@@ -77,7 +80,7 @@
7780

7881
## 7.1.2 (2017-03-24)
7982
### 增加
80-
* 增加设置文件生命周期的接口
83+
* 增加设置文件生命周期的接口
8184

8285
## 7.1.1 (2017-02-03)
8386
### 增加

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.3.1'
12+
__version__ = '7.4.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)