Skip to content

Commit cba796c

Browse files
committed
version=6.1.0
1 parent 2c81a6f commit cba796c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
## CHANGE LOG
22

3-
### v6.0.2
3+
### v6.1.0
44

55
2013-07-03 issue [#53](https://github.com/qiniu/python-sdk/pull/53)
66

77
- 实现最新版的上传API,<http://docs.qiniu.com/api/put.html>
8+
- io.PutExtra更新,废弃callback_params,bucket,和custom_meta,新增params
89
- 修复[#16](https://github.com/qiniu/python-sdk/issues/16)
910
- put接口可以传入类文件对象(file-like object)
1011
- 修复[#52](https://github.com/qiniu/python-sdk/issues/52)

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
'''
88

99
# -*- coding: utf-8 -*-
10-
__version__ = '6.0.1'
10+
__version__ = '6.1.0'

0 commit comments

Comments
 (0)