Skip to content

Commit a69fbef

Browse files
committed
7.2.4
1 parent f42e683 commit a69fbef

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 7.2.4 (2019-04-01)
4+
* 默认导入region类
5+
36
# 7.2.3 (2019-02-25)
47
* 新增region类,zone继承
58
* 上传可以指定上传域名

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.2.3'
12+
__version__ = '7.2.4'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)