Skip to content

Commit 104b027

Browse files
bump: version 0.17.4 → 0.17.5
1 parent ed5c0a0 commit 104b027

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.17.5 (2022-03-13)
2+
3+
### Fix
4+
5+
- update ci config and re-tag
6+
17
## v0.17.4 (2022-03-13)
28

39
### Perf

photoshop/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.4"
1+
__version__ = "0.17.5"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "photoshop-python-api"
3-
version = "0.17.4"
3+
version = "0.17.5"
44
description = "Python API for Photoshop."
55
homepage = "https://github.com/loonghao/photoshop-python-api"
66
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -58,7 +58,7 @@ stringcase = "^1.2.0"
5858

5959
[tool.commitizen]
6060
name = "cz_conventional_commits"
61-
version = "0.17.4"
61+
version = "0.17.5"
6262
tag_format = "v$version"
6363
version_files = [
6464
"pyproject.toml:version",

0 commit comments

Comments
 (0)