diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bd5d16..7615bbab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.17.7 (2022-03-20) + +### Fix + +- **deps**: update dependency wheel to ^0.37.0 + ## v0.17.6 (2022-03-19) ### Refactor diff --git a/photoshop/__version__.py b/photoshop/__version__.py index d8be6b12..7913b9a0 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.17.6" +__version__ = "0.17.7" diff --git a/pyproject.toml b/pyproject.toml index f54ae316..167a724e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.17.6" +version = "0.17.7" 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.4.1" [tool.commitizen] name = "cz_conventional_commits" -version = "0.17.6" +version = "0.17.7" tag_format = "v$version" version_files = [ "pyproject.toml:version",