Skip to content

Commit

Permalink
add comment of delete_after_days
Browse files Browse the repository at this point in the history
  • Loading branch information
rwifeng committed Mar 24, 2017
1 parent 1366b4b commit f382245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Changelog
#Changelog

## 7.1.2 (2017-03-24)
### 增加
* 增加设置文件生命周期的接口

## 7.1.1 (2017-02-03)
### 增加
Expand Down Expand Up @@ -89,3 +93,5 @@
* 代码覆盖度报告
* policy改为dict, 便于灵活增加,并加入过期字段检查
* 文件列表支持目录形式


2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.1.1'
__version__ = '7.1.2'

from .auth import Auth, QiniuMacAuth

Expand Down

0 comments on commit f382245

Please sign in to comment.