Skip to content

Commit 2ceda80

Browse files
bump: version 0.22.0 → 0.22.1
1 parent d840d48 commit 2ceda80

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.1 (2023-09-22)
2+
3+
### Refactor
4+
5+
- **TextFonts**: Add support for method 'get' and operator 'in'
6+
17
## v0.22.0 (2023-09-18)
28

39
### Feat

photoshop/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.0"
1+
__version__ = "0.22.1"

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.0"
3+
version = "0.22.1"
44
description = "Python API for Photoshop."
55
homepage = "https://github.com/loonghao/photoshop-python-api"
66
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.6.0"
5959

6060
[tool.commitizen]
6161
name = "cz_conventional_commits"
62-
version = "0.22.0"
62+
version = "0.22.1"
6363
tag_format = "v$version"
6464
version_files = [
6565
"pyproject.toml:version",

0 commit comments

Comments
 (0)