Skip to content

Commit

Permalink
Version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Feb 4, 2024
1 parent 93a4930 commit ee8ef43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.6.3 - 2024-02-04

### Updated

- 减少上传时对文件检查的 api 请求。
- 支持 Python 3.8 ~ 3.12

## v0.6.2 - 2023-12-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion alipcs_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__all__ = ["AliPCS", "AliPCSApi"]

__version__ = "0.6.2"
__version__ = "0.6.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "AliPCS-Py"
homepage = "https://github.com/PeterDing/AliPCS-Py"
version = "0.6.2"
version = "0.6.3"
description = "Ali Pcs Api and App"
authors = ["PeterDing <dfhayst@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit ee8ef43

Please sign in to comment.