Skip to content

Commit 33a4a1f

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2025-05-25) ### Features * regenerated the client for the 3.0.0 RC2 release ([#32](#32)) ([fc5f91e](fc5f91e))
1 parent fc5f91e commit 33a4a1f

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
@@ -28,7 +28,7 @@ documentation = "https://python-poetry.org/docs/"
2828

2929
[tool.poetry]
3030
include = ["zitadel_client/py.typed"]
31-
version = "1.2.1"
31+
version = "1.3.0"
3232

3333
[tool.poetry.group.dev.dependencies]
3434
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.2.1"
5+
VERSION = "1.3.0"

0 commit comments

Comments
 (0)