Skip to content

Commit 6774a31

Browse files
chore(release): 1.4.4 [skip ci]
## [1.4.4](v1.4.3...v1.4.4) (2025-06-04) ### Bug Fixes * fixed the workflow as a broken merge was committed ([2674d36](2674d36)) * hardened the compatibility checks to ensure that we tests that loading of the module works ([#34](#34)) ([77fd03c](77fd03c)) * updated the code to ensure compatibility with Python 3.9 ([01b749e](01b749e))
1 parent 01b749e commit 6774a31

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3"
32+
version = "1.4.4"
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.3"
5+
VERSION = "1.4.4"

0 commit comments

Comments
 (0)