Skip to content

Commit

Permalink
bump: version 0.17.4 → 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 13, 2022
1 parent ed5c0a0 commit 104b027
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.17.5 (2022-03-13)

### Fix

- update ci config and re-tag

## v0.17.4 (2022-03-13)

### Perf
Expand Down
2 changes: 1 addition & 1 deletion photoshop/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.4"
__version__ = "0.17.5"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 104b027

Please sign in to comment.