diff --git a/CHANGELOG.md b/CHANGELOG.md index 54552a49..e7dec9f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.22.9 (2024-11-27) + +### Fix + +- **deps**: update dependency wheel to ^0.45.0 + ## v0.22.8 (2024-11-03) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 4cd0c92c..5456ec47 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.22.8" +__version__ = "0.22.9" diff --git a/pyproject.toml b/pyproject.toml index c8b374fe..093290a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.22.8" +version = "0.22.9" description = "Python API for Photoshop." homepage = "https://github.com/loonghao/photoshop-python-api" repository = "https://github.com/loonghao/photoshop-python-api" @@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.22.8" +version = "0.22.9" tag_format = "v$version" version_files = [ "pyproject.toml:version",