Skip to content

Commit af96958

Browse files
committed
add 7.2.0 release note
1 parent 3180df6 commit af96958

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# 7.2.0(2017-11-23)
4+
* 修复put_data不支持file like object的问题
5+
* 增加空间写错时,抛出异常提示客户的功能
6+
* 增加创建空间的接口功能
7+
8+
# 7.1.9(2017-11-01)
9+
* 修复python2情况下,中文文件名上传失败的问题
10+
* 修复python2环境下,中文文件使用分片上传时失败的问题
11+
312
# 7.1.8 (2017-10-18)
413
* 恢复kirk的API为原来的状态
514

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.1.9'
12+
__version__ = '7.2.0'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)