Skip to content

Commit 3e92598

Browse files
committed
prepare to publish v7.2.1
1 parent d6406e2 commit 3e92598

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
# 7.2.1 (2018-05-10)
4+
* 增加连麦rtc服务端API功能
5+
36
# 7.2.0(2017-11-23)
47
* 修复put_data不支持file like object的问题
58
* 增加空间写错时,抛出异常提示客户的功能

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.2.0'
12+
__version__ = '7.2.1'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)