File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.20.1 (2022-11-28)
2
+
3
+ ### Refactor
4
+
5
+ - ** action_descriptor** : Fix type hints for doubles
6
+
1
7
## v0.20.0 (2022-11-26)
2
8
3
9
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "0.20.0 "
1
+ __version__ = "0.20.1 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " photoshop-python-api"
3
- version = " 0.20.0 "
3
+ version = " 0.20.1 "
4
4
description = " Python API for Photoshop."
5
5
homepage = " https://github.com/loonghao/photoshop-python-api"
6
6
repository = " https://github.com/loonghao/photoshop-python-api"
@@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.5.0"
59
59
60
60
[tool .commitizen ]
61
61
name = " cz_conventional_commits"
62
- version = " 0.20.0 "
62
+ version = " 0.20.1 "
63
63
tag_format = " v$version"
64
64
version_files = [
65
65
" pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments