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 7cecd5f commit b63a779Copy full SHA for b63a779
CHANGELOG.md
@@ -1,5 +1,16 @@
1
## CHANGE LOG
2
3
+### v6.1.8
4
+
5
+2014-08-05 issue [#126](https://github.com/qiniu/python-sdk/pull/126)
6
+- [#125] 网络出错不抛异常
7
8
+### v6.1.7
9
10
+2014-07-10 issue [#123](https://github.com/qiniu/python-sdk/pull/123)
11
+- [#121] 上传多host重试
12
+- [#122] 修改上传域名
13
14
### v6.1.6
15
16
2014-06-30 issue [#118](https://github.com/qiniu/python-sdk/pull/118)
qiniu/__init__.py
@@ -7,4 +7,4 @@
'''
# -*- coding: utf-8 -*-
-__version__ = '6.1.7'
+__version__ = '6.1.8'
0 commit comments