Skip to content

Commit a318718

Browse files
bump: version 0.22.2 → 0.22.3
1 parent 2a1a071 commit a318718

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.22.3 (2023-11-20)
2+
3+
### Fix
4+
5+
- **text_item**: Remove unused import
6+
- **TextItem.font**: Change font to a read/write string property
7+
18
## v0.22.2 (2023-11-08)
29

310
### Fix

photoshop/__version__.py

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

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.22.2"
3+
version = "0.22.3"
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.2"
64+
version = "0.22.3"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
 (0)