Skip to content

Commit 5fb52c0

Browse files
chore(release): 4.1.0-beta.11 [skip ci]
# [4.1.0-beta.11](v4.1.0-beta.10...v4.1.0-beta.11) (2026-03-10) ### Features * add TransportOptions for configuring TLS, proxy, and default headers ([#103](#103)) ([241f7d4](241f7d4))
1 parent 241f7d4 commit 5fb52c0

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
@@ -7,7 +7,7 @@ requires-python = ">=3.10"
77
authors = [
88
{ name = "Mridang Agarwalla", email = "mridang@zitadel.com" }
99
]
10-
version = "4.1.0b10"
10+
version = "4.1.0b11"
1111
keywords = ["sdk", "iam", "client-lib", "client-library", "sdk-python", "zitadel", "zitadel-sdk"]
1212
classifiers = [
1313
"Topic :: Software Development :: Libraries"

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.10"
5+
VERSION = "4.1.0-beta.11"

0 commit comments

Comments
 (0)