Skip to content

Commit 1fe384c

Browse files
bump: version 0.22.3 → 0.22.4
1 parent a9f2911 commit 1fe384c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.22.4 (2023-12-04)
2+
3+
### Fix
4+
5+
- **deps**: update dependency wheel to ^0.42.0
6+
17
## v0.22.3 (2023-11-20)
28

39
### Fix

photoshop/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.3"
1+
__version__ = "0.22.4"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "photoshop-python-api"
3-
version = "0.22.3"
3+
version = "0.22.4"
44
description = "Python API for Photoshop."
55
homepage = "https://github.com/loonghao/photoshop-python-api"
66
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"
6161

6262
[tool.commitizen]
6363
name = "cz_conventional_commits"
64-
version = "0.22.3"
64+
version = "0.22.4"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
 (0)