Skip to content

Commit 311c2a0

Browse files
author
YangSen-qn
committed
version to 7.17.0
1 parent a0b01d0 commit 311c2a0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 7.17.0
3+
* 对象存储,分片上传默认使用 V2 接口
4+
25
## 7.16.0
36
* 对象存储,优化并发场景的区域查询
47
* CDN,查询域名带宽,支持 `data_type` 参数

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.16.0'
12+
__version__ = '7.17.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

tests/mock_server/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def handle_request(self, method):
4747
parser.add_argument(
4848
'--port',
4949
type=int,
50-
default=8000,
50+
default=9000,
5151
)
5252
args = parser.parse_args()
5353

0 commit comments

Comments
 (0)