Skip to content

Commit 518d323

Browse files
authoredMar 10, 2020
Merge pull request #362 from songfei9315/master
fix bucket_info
2 parents b1130a9 + cfdf596 commit 518d323

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.7(2020-03-10)
4+
* fix bucket_info
5+
36
# 7.2.6(2019-06-26)
47
* 添加sms
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.6'
12+
__version__ = '7.2.7'
1313

1414
from .auth import Auth, QiniuMacAuth
1515

0 commit comments

Comments
 (0)