Skip to content

Commit fabc8c5

Browse files
authored
Merge pull request #396 from qiniu/upgrades/v7.4.1
升级到 v7.4.1
2 parents f66ce91 + 8f3193a commit fabc8c5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## 7.4.1 (2021-05-25)
4+
* 分片上传 v2 方法不再强制要求 bucket_name 参数
5+
36
## 7.4.0 (2021-05-21)
47
* 支持分片上传 v2
58

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.4.0'
12+
__version__ = '7.4.1'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)