Skip to content

Commit f382245

Browse files
committed
add comment of delete_after_days
1 parent 1366b4b commit f382245

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
#Changelog
1+
#Changelog
2+
3+
## 7.1.2 (2017-03-24)
4+
### 增加
5+
* 增加设置文件生命周期的接口
26

37
## 7.1.1 (2017-02-03)
48
### 增加
@@ -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)