Skip to content

Commit 6109140

Browse files
committed
version
1 parent 14b0edd commit 6109140

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#Changelog
22

3+
## 7.0.3 (2014-03-11)
4+
### 增加
5+
* 可以配置 io/rs/api/rsf host
6+
37
## 7.0.2 (2014-12-24)
48
### 修正
59
* 内部http get当没有auth会出错

qiniu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# flake8: noqa
1111

12-
__version__ = '7.0.2'
12+
__version__ = '7.0.3'
1313

1414
from .auth import Auth
1515

0 commit comments

Comments
 (0)