We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90168f4 commit ff7b5eaCopy full SHA for ff7b5ea
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "sap-cloud-sdk"
3
-version = "0.19.0"
+version = "0.20.0"
4
description = "SAP Cloud SDK for Python"
5
readme = "README.md"
6
license = "Apache-2.0"
tests/core/unit/telemetry/test_module.py
@@ -53,7 +53,7 @@ def test_module_in_collection(self):
53
def test_all_modules_present(self):
54
"""Test that all expected modules are present."""
55
all_modules = list(Module)
56
- assert len(all_modules) == 10
+ assert len(all_modules) == 11
57
assert Module.AICORE in all_modules
58
assert Module.AUDITLOG in all_modules
59
assert Module.AUDITLOG_NG in all_modules
0 commit comments