From ece7241315e293e9da96e9568f7157db84803be7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 19 Mar 2022 08:07:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.17.5=20=E2=86=92=200.17.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ photoshop/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cb2b05..85bd5d16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.17.6 (2022-03-19) + +### Refactor + +- improve type hints + +### Fix + +- add `ArtLayer` instance return when duplicate layer + ## v0.17.5 (2022-03-13) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index d89e16fb..d8be6b12 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.17.5" +__version__ = "0.17.6" diff --git a/pyproject.toml b/pyproject.toml index ca8e0aca..aafec332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.17.5" +version = "0.17.6" 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.5" +version = "0.17.6" tag_format = "v$version" version_files = [ "pyproject.toml:version",