Skip to content

Commit 7f27225

Browse files
chore(release): 1.5.0 [skip ci]
# [1.5.0](v1.4.4...v1.5.0) (2025-06-06) ### Features * simplified the release configuration to ensure that no broken code is shipped. ([3e418b8](3e418b8))
1 parent 3e418b8 commit 7f27225

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ documentation = "https://python-poetry.org/docs/"
2929

3030
[tool.poetry]
3131
include = ["zitadel_client/py.typed"]
32-
version = "1.4.4"
32+
version = "1.5.0"
3333

3434
[tool.poetry.group.dev.dependencies]
3535
pytest = ">= 7.2.1"

zitadel_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ class Version:
22
def __init__(self) -> None:
33
pass
44

5-
VERSION = "1.4.4"
5+
VERSION = "1.5.0"

0 commit comments

Comments
 (0)