Skip to content

Commit e905097

Browse files
authored
Merge pull request #256 from rwifeng/change_log_delete_after_days
Change log delete after days
2 parents 1366b4b + 0818b14 commit e905097

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 7.1.2 (2017-03-24)
4+
### 增加
5+
* 增加设置文件生命周期的接口
6+
37
## 7.1.1 (2017-02-03)
48
### 增加
59
* 增加cdn刷新,预取,日志获取,时间戳防盗链生成功能
@@ -89,3 +93,5 @@
8993
* 代码覆盖度报告
9094
* policy改为dict, 便于灵活增加,并加入过期字段检查
9195
* 文件列表支持目录形式
96+
97+

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.1'
12+
__version__ = '7.1.2'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)