We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c81a6f commit cba796cCopy full SHA for cba796c
CHANGELOG.md
@@ -1,10 +1,11 @@
1
## CHANGE LOG
2
3
-### v6.0.2
+### v6.1.0
4
5
2013-07-03 issue [#53](https://github.com/qiniu/python-sdk/pull/53)
6
7
- 实现最新版的上传API,<http://docs.qiniu.com/api/put.html>
8
+ - io.PutExtra更新,废弃callback_params,bucket,和custom_meta,新增params
9
- 修复[#16](https://github.com/qiniu/python-sdk/issues/16)
10
- put接口可以传入类文件对象(file-like object)
11
- 修复[#52](https://github.com/qiniu/python-sdk/issues/52)
qiniu/__init__.py
@@ -7,4 +7,4 @@
'''
# -*- coding: utf-8 -*-
-__version__ = '6.0.1'
+__version__ = '6.1.0'
0 commit comments