Skip to content

Commit c3c7f73

Browse files
chore(release): 4.1.0-beta.3 [skip ci]
# [4.1.0-beta.3](v4.1.0-beta.2...v4.1.0-beta.3) (2025-07-23) ### Bug Fixes * **build:** fix the name of the docker-related dependabot updates [skip ci] ([659a0e2](659a0e2)) * **build:** trigger pipeline only on all branches for push [skip ci] ([acec35e](acec35e)) ### Features * **build:** added a workflow to find ununsed dependencies ([#57](#57)) ([05b6a4b](05b6a4b))
1 parent 05b6a4b commit c3c7f73

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://github.com/zitadel/client-python"
2929

3030
[tool.poetry]
3131
include = ["zitadel_client/py.typed"]
32-
version = "4.1.0b2"
32+
version = "4.1.0b3"
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 = "4.1.0-beta.2"
5+
VERSION = "4.1.0-beta.3"

0 commit comments

Comments
 (0)