Skip to content

Commit 8d2a770

Browse files
authored
Merge pull request #267 from jemygraw/master
publish v7.1.4
2 parents dfca6db + 5eae030 commit 8d2a770

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

3-
## 7.1.3 (2017-06-05)
3+
## 7.1.4 (2017-06-05)
44
### 修正
55
* cdn功能中获取域名日志列表的参数错误
66

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.1.3'
12+
__version__ = '7.1.4'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)