Skip to content

Commit f7ec17f

Browse files
committed
publish v7.1.6
1 parent b3252b6 commit f7ec17f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 7.1.6 (2017-09-26)
4+
5+
*`put_file` 功能增加保持本地文件Last Modified功能,以支持切换源站的客户CDN不回源
6+
7+
## 7.1.5 (2017-08-26)
8+
9+
* 设置表单上传默认校验crc32
10+
* 增加PutPolicy新参数isPrefixalScope
11+
* 修复手动指定的zone无效的问题
12+
313
## 7.1.4 (2017-06-05)
414
### 修正
515
* cdn功能中获取域名日志列表的参数错误

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.1.5'
12+
__version__ = '7.1.6'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)