-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
cuiwenyang
authored and
cuiwenyang
committed
Nov 20, 2023
1 parent
87cb778
commit c468789
Showing
2 changed files
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
# Changelog | ||
## 7.12.1(2023-11-20) | ||
* 修复 CDN 删除域名代码问题 | ||
|
||
## 7.12.0(2023-10-08) | ||
* 对象存储,分片上传支持并发上传 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
|
||
# flake8: noqa | ||
|
||
__version__ = '7.12.0' | ||
__version__ = '7.12.1' | ||
|
||
from .auth import Auth, QiniuMacAuth | ||
|
||
|