Skip to content

Commit ca80c00

Browse files
authored
Merge pull request #342 from songfei9315/master
fix
2 parents 947a0bb + 8f138c0 commit ca80c00

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
# 7.2.6(2019-06-26)
4+
* 添加sms
5+
36
# 7.2.5 (2019-06-06)
47
* 添加sms
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.5'
12+
__version__ = '7.2.6'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'qiniu.services.processing',
2121
'qiniu.services.compute',
2222
'qiniu.services.cdn',
23+
'qiniu.services.sms',
2324
'qiniu.services.pili',
2425
]
2526

0 commit comments

Comments
 (0)