From ee8ef43e9d85d19f824ae932a14fa5187968e513 Mon Sep 17 00:00:00 2001 From: PeterDing Date: Sun, 4 Feb 2024 15:47:24 +0800 Subject: [PATCH] Version 0.6.3 --- CHANGELOG.md | 7 +++++++ alipcs_py/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41bf27..2c734cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/alipcs_py/__init__.py b/alipcs_py/__init__.py index a60b8ce..97f3463 100644 --- a/alipcs_py/__init__.py +++ b/alipcs_py/__init__.py @@ -3,4 +3,4 @@ __all__ = ["AliPCS", "AliPCSApi"] -__version__ = "0.6.2" +__version__ = "0.6.3" diff --git a/pyproject.toml b/pyproject.toml index cb4f486..8e5d867 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"