Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd6ad4f

Browse filesBrowse files
bump: version 0.22.5 → 0.22.6
1 parent 2116cd7 commit dd6ad4f
Copy full SHA for dd6ad4f

File tree

Expand file treeCollapse file tree

3 files changed

+9
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+9
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v0.22.6 (2024-11-01)
2+
3+
### Fix
4+
5+
- fix publish to pypi
6+
17
## v0.22.5 (2024-11-01)
28

39
### Fix

‎photoshop/__version__.py

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.22.5"
1+
__version__ = "0.22.6"

‎pyproject.toml

Copy file name to clipboardExpand all lines: pyproject.toml
+2-2Lines 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.22.5"
3+
version = "0.22.6"
44
description = "Python API for Photoshop."
55
homepage = "https://github.com/loonghao/photoshop-python-api"
66
repository = "https://github.com/loonghao/photoshop-python-api"
@@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0"
6161

6262
[tool.commitizen]
6363
name = "cz_conventional_commits"
64-
version = "0.22.5"
64+
version = "0.22.6"
6565
tag_format = "v$version"
6666
version_files = [
6767
"pyproject.toml:version",

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.