We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0703910 commit aa1ebcdCopy full SHA for aa1ebcd
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.21.8 (2023-08-22)
2
+
3
+### Fix
4
5
+- **deps**: update dependency wheel to v0.41.2
6
7
## v0.21.7 (2023-08-17)
8
9
### Fix
photoshop/__version__.py
@@ -1 +1 @@
-__version__ = "0.21.7"
+__version__ = "0.21.8"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoshop-python-api"
-version = "0.21.7"
+version = "0.21.8"
description = "Python API for Photoshop."
homepage = "https://github.com/loonghao/photoshop-python-api"
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.6.0"
59
60
[tool.commitizen]
61
name = "cz_conventional_commits"
62
63
tag_format = "v$version"
64
version_files = [
65
"pyproject.toml:version",
0 commit comments