Skip to content

Commit 485f7de

Browse files
committed
add changelog
1 parent 82ef91d commit 485f7de

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#Changelog
22

3+
## 7.0.9 (2016-10-09)
4+
### 增加
5+
* 多机房接口调用支持
6+
7+
38
## 7.0.8 (2016-07-05)
49
### 修正
510
* 修复表单上传大于20M文件的400错误

qiniu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.0.8'
12+
__version__ = '7.0.9'
1313

1414
from .auth import Auth
1515

0 commit comments

Comments
 (0)