This is an automated email from the ASF dual-hosted git repository.
zehnder pushed a commit to branch rel/0.97.0
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/rel/0.97.0 by this push:
new fd4c6d322e Update version of ui and python to release version
fd4c6d322e is described below
commit fd4c6d322e51c0d5580036580ab7eedacae54f93
Author: Philipp Zehnder <[email protected]>
AuthorDate: Mon Feb 3 11:33:01 2025 +0100
Update version of ui and python to release version
---
streampipes-client-python/streampipes/endpoint/api/version.py | 2 +-
ui/package-lock.json | 4 ++--
ui/package.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/streampipes-client-python/streampipes/endpoint/api/version.py
b/streampipes-client-python/streampipes/endpoint/api/version.py
index 0b21544850..fac5b8cac8 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.92.0'}
"""
@property
diff --git a/ui/package-lock.json b/ui/package-lock.json
index 054742cf18..37b998b3d7 100644
--- a/ui/package-lock.json
+++ b/ui/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "apache-streampipes",
- "version": "0.97.0-SNAPSHOT",
+ "version": "0.97.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "apache-streampipes",
- "version": "0.97.0-SNAPSHOT",
+ "version": "0.97.0",
"dependencies": {
"@ali-hm/angular-tree-component": "12.0.5",
"@angular-architects/native-federation": "^17.1.8",
diff --git a/ui/package.json b/ui/package.json
index 0aea233794..aeb5ce0e1f 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-streampipes",
- "version": "0.97.0-SNAPSHOT",
+ "version": "0.97.0",
"description": "Apache StreamPipes user interface",
"homepage": "http://streampipes.apache.org",
"repository": {