diff --git a/CHANGELOG.md b/CHANGELOG.md index a4f88b52..ce1d34c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.21.1 (2023-02-14) + +### Refactor + +- update constants for support Photoshop 2023 + ## v0.21.0 (2023-01-06) ### Feat diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 6a726d85..76f24586 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.21.0" +__version__ = "0.21.1" diff --git a/pyproject.toml b/pyproject.toml index 370eecf9..6bddde36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.21.0" +version = "0.21.1" description = "Python API for Photoshop." homepage = "https://github.com/loonghao/photoshop-python-api" repository = "https://github.com/loonghao/photoshop-python-api" @@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.5.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.21.0" +version = "0.21.1" tag_format = "v$version" version_files = [ "pyproject.toml:version",