10000 bump version to v7.13.0 and update CHANGELOG.md by lihsai0 · Pull Request #446 · qiniu/python-sdk · GitHub
[go: up one dir, main page]

Skip to content

bump version to v7.13.0 and update CHANGELOG.md #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 7.13.0(2023-12-11)
* 对象存储,新增支持归档直读存储
* 对象存储,批量操作支持自动查询 rs 服务域名

## 7.12.1(2023-11-20)
* 修复 CDN 删除域名代码问题

Expand Down
2 changes: 1 addition & 1 deletion qiniu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# flake8: noqa

__version__ = '7.12.1'
__version__ = '7.13.0'

from .auth import Auth, QiniuMacAuth

Expand Down
0