Skip to content

Commit 865c0aa

Browse files
committed
chore: bump version to 0.30.0
main advanced to 0.29.0 since we last rebased (commit 101492b on main). Our 0.28.1 would fail the 'Check Version Bump' CI job which requires strictly greater than main. Going to 0.30.0 (minor) rather than 0.29.1 (patch) — this PR adds substantive new public API (ContentFiltering / InputFiltering / OutputFiltering / AzureContentFilter / LlamaGuard38bFilter classes; set_filtering / disable_filtering entry points; Severity enum; AICORE_FILTER_* env-var protocol). Patch-version connotes bugfix-only, which understates the surface change.
1 parent c2b73a5 commit 865c0aa

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sap-cloud-sdk"
3-
version = "0.28.1"
3+
version = "0.30.0"
44
description = "SAP Cloud SDK for Python"
55
readme = "README.md"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)