Skip to content

Commit 8f30c4f

Browse files
bump: version 0.19.0 → 0.19.1
1 parent 7c9c5c3 commit 8f30c4f

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.19.1 (2022-05-29)
2+
3+
### Fix
4+
5+
- **document**: export document
6+
- **png**: exported PNG image is too large
7+
18
## v0.19.0 (2022-05-20)
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.19.0"
1+
__version__ = "0.19.1"

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.19.0"
3+
version = "0.19.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.4.1"
5959

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

0 commit comments

Comments
 (0)