We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 947a0bb + 8f138c0 commit ca80c00Copy full SHA for ca80c00
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# 7.2.6(2019-06-26)
4
+* 添加sms
5
+
6
# 7.2.5 (2019-06-06)
7
* 添加sms
8
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.2.5'
+__version__ = '7.2.6'
13
14
from .auth import Auth, QiniuMacAuth
15
setup.py
@@ -20,6 +20,7 @@
20
'qiniu.services.processing',
21
'qiniu.services.compute',
22
'qiniu.services.cdn',
23
+ 'qiniu.services.sms',
24
'qiniu.services.pili',
25
]
26
0 commit comments