Skip to content

Commit 618f1df

Browse files
bump: version 0.18.0 → 0.18.1
1 parent 8fbacf8 commit 618f1df

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.18.1 (2022-04-17)
2+
3+
### Refactor
4+
5+
- **ActionList**: Added ActionList to __init__ and Session to make ActionList callable from Application or Session object
6+
17
## v0.18.0 (2022-04-04)
28

39
### Fix

photoshop/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.18.0"
1+
__version__ = "0.18.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.18.0"
3+
version = "0.18.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.18.0"
62+
version = "0.18.1"
6363
tag_format = "v$version"
6464
version_files = [
6565
"pyproject.toml:version",

0 commit comments

Comments
 (0)