diff --git a/CHANGELOG.md b/CHANGELOG.md index a3ee00b9..66fc572e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.22.7 (2024-11-01) + +### Fix + +- **api/application**: Update return type hint for activeDocument method + ## v0.22.6 (2024-11-01) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 710986f6..12f825ca 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.22.6" +__version__ = "0.22.7" diff --git a/pyproject.toml b/pyproject.toml index 4c895700..bde076ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.22.6" +version = "0.22.7" 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.6" +version = "0.22.7" tag_format = "v$version" version_files = [ "pyproject.toml:version",