Skip to content

Commit

Permalink
add 7.2.0 release note
Browse files Browse the repository at this point in the history
  • Loading branch information
jemygraw committed Nov 23, 2017
1 parent 3180df6 commit af96958
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# 7.2.0(2017-11-23)
* 修复put_data不支持file like object的问题
* 增加空间写错时,抛出异常提示客户的功能
* 增加创建空间的接口功能

# 7.1.9(2017-11-01)
* 修复python2情况下,中文文件名上传失败的问题
* 修复python2环境下,中文文件使用分片上传时失败的问题

# 7.1.8 (2017-10-18)
* 恢复kirk的API为原来的状态

Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.1.9'
__version__ = '7.2.0'

from .auth import Auth, QiniuMacAuth

Expand Down

0 comments on commit af96958

Please sign in to comment.