Skip to content

Commit ca38b75

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2025-07-05) ### Features * **sdk:** generate SDK for version v3.3.0 ([#49](#49)) ([c80997e](c80997e))
1 parent c80997e commit ca38b75

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.5.0"
32+
version = "1.6.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.5.0"
5+
VERSION = "1.6.0"

0 commit comments

Comments
 (0)