Skip to content

Commit

Permalink
bump: version 0.22.8 → 0.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 27, 2024
1 parent bf03019 commit d8c2ff2
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.22.9 (2024-11-27)

### Fix

- **deps**: update dependency wheel to ^0.45.0

## v0.22.8 (2024-11-03)

### 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.22.8"
__version__ = "0.22.9"
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.22.8"
version = "0.22.9"
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 @@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"

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

0 comments on commit d8c2ff2

Please sign in to comment.