This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch rel/0.98.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/rel/0.98.0 by this push:
     new 6e99d28f97 feat: Update version in python endpoint
6e99d28f97 is described below

commit 6e99d28f97dff2dfdd50e8c06690e99199ded68c
Author: Philipp Zehnder <[email protected]>
AuthorDate: Fri Nov 28 09:24:50 2025 +0100

    feat: Update version in python endpoint
---
 streampipes-client-python/streampipes/endpoint/api/version.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/streampipes-client-python/streampipes/endpoint/api/version.py 
b/streampipes-client-python/streampipes/endpoint/api/version.py
index 0b21544850..4febf733eb 100644
--- a/streampipes-client-python/streampipes/endpoint/api/version.py
+++ b/streampipes-client-python/streampipes/endpoint/api/version.py
@@ -60,7 +60,7 @@ class VersionEndpoint(APIEndpoint):
     >>> client = StreamPipesClient.create(client_config=client_config)
 
     >>> client.versionApi.get(identifier="").to_dict(use_source_names=False)
-    {'backend_version': '0.92.0-SNAPSHOT'}
+    {'backend_version': '0.98.0'}
     """
 
     @property

Reply via email to