diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cae7b1d..5c6b9d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.22.4 (2023-12-04) + +### Fix + +- **deps**: update dependency wheel to ^0.42.0 + ## v0.22.3 (2023-11-20) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index e069034d..8b81d72f 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.22.3" +__version__ = "0.22.4" diff --git a/pyproject.toml b/pyproject.toml index ef16c7a4..ada20d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.22.3" +version = "0.22.4" 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.3" +version = "0.22.4" tag_format = "v$version" version_files = [ "pyproject.toml:version",