File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.19.2 (2022-06-14)
2
+
3
+ ### Refactor
4
+
5
+ - ** session.py** : add EPS save options
6
+
1
7
## v0.19.1 (2022-05-29)
2
8
3
9
### Fix
Original file line number Diff line number Diff line change 1
- __version__ = "0.19.1 "
1
+ __version__ = "0.19.2 "
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " photoshop-python-api"
3
- version = " 0.19.1 "
3
+ version = " 0.19.2 "
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.4.1"
59
59
60
60
[tool .commitizen ]
61
61
name = " cz_conventional_commits"
62
- version = " 0.19.1 "
62
+ version = " 0.19.2 "
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