Skip to content

Commit

Permalink
bump: version 0.18.0 → 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 17, 2022
1 parent 8fbacf8 commit 618f1df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.18.1 (2022-04-17)

### Refactor

- **ActionList**: Added ActionList to __init__ and Session to make ActionList callable from Application or Session object

## v0.18.0 (2022-04-04)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion photoshop/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.18.0"
__version__ = "0.18.1"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "photoshop-python-api"
version = "0.18.0"
version = "0.18.1"
description = "Python API for Photoshop."
homepage = "https://github.com/loonghao/photoshop-python-api"
repository = "https://github.com/loonghao/photoshop-python-api"
Expand Down Expand Up @@ -59,7 +59,7 @@ mkdocs-literate-nav = "^0.4.1"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.18.0"
version = "0.18.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 618f1df

Please sign in to comment.