We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1130a9 commit cfdf596Copy full SHA for cfdf596
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# 7.2.7(2020-03-10)
4
+* fix bucket_info
5
+
6
# 7.2.6(2019-06-26)
7
* 添加sms
8
qiniu/__init__.py
@@ -9,7 +9,7 @@
9
10
# flake8: noqa
11
12
-__version__ = '7.2.6'
+__version__ = '7.2.7'
13
14
from .auth import Auth, QiniuMacAuth
15
0 commit comments