From 2f079eb563f615a8eb7af62a92fcb74e180fd623 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 17 Aug 2023 06:35:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.21.6=20=E2=86=92=200.21.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ photoshop/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dddf744..ddf0cdb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.21.7 (2023-08-17) + +### Fix + +- **deps**: update dependency wheel to ^0.41.0 + ## v0.21.6 (2023-08-17) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 0f594bf9..6a9b55a9 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.21.6" +__version__ = "0.21.7" diff --git a/pyproject.toml b/pyproject.toml index 25c70a98..61e3b6c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.21.6" +version = "0.21.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.6.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.21.6" +version = "0.21.7" tag_format = "v$version" version_files = [ "pyproject.toml:version",