We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3180df6 commit af96958Copy full SHA for af96958
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
# 7.1.8 (2017-10-18)
13
* 恢复kirk的API为原来的状态
14
qiniu/__init__.py
@@ -9,7 +9,7 @@
# flake8: noqa
-__version__ = '7.1.9'
+__version__ = '7.2.0'
from .auth import Auth, QiniuMacAuth
15
0 commit comments