Skip to content

Commit ff7b5ea

Browse files
fix: update version to 0.20.0 and adjust module count in tests
1 parent 90168f4 commit ff7b5ea

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
@@ -1,6 +1,6 @@
11
[project]
22
name = "sap-cloud-sdk"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
description = "SAP Cloud SDK for Python"
55
readme = "README.md"
66
license = "Apache-2.0"

tests/core/unit/telemetry/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def test_module_in_collection(self):
5353
def test_all_modules_present(self):
5454
"""Test that all expected modules are present."""
5555
all_modules = list(Module)
56-
assert len(all_modules) == 10
56+
assert len(all_modules) == 11
5757
assert Module.AICORE in all_modules
5858
assert Module.AUDITLOG in all_modules
5959
assert Module.AUDITLOG_NG in all_modules

0 commit comments

Comments
 (0)