From 104b027ff408a8674b274018a72a54271ebf079f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 13 Mar 2022 09:37:38 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.17.4=20=E2=86=92=200.17.5?= 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 52cf0e1b..e4cb2b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.17.5 (2022-03-13) + +### Fix + +- update ci config and re-tag + ## v0.17.4 (2022-03-13) ### Perf diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 7eeb9027..d89e16fb 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.17.4" +__version__ = "0.17.5" diff --git a/pyproject.toml b/pyproject.toml index 2816b265..5a43d5fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.17.4" +version = "0.17.5" description = "Python API for Photoshop." homepage = "https://github.com/loonghao/photoshop-python-api" repository = "https://github.com/loonghao/photoshop-python-api" @@ -58,7 +58,7 @@ stringcase = "^1.2.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.17.4" +version = "0.17.5" tag_format = "v$version" version_files = [ "pyproject.toml:version",