From 96e3a34f4f4cebd0688263e754966f8fcc2bdf43 Mon Sep 17 00:00:00 2001 From: leonarski_f Date: Wed, 17 Jun 2026 16:22:55 +0200 Subject: [PATCH] VERSION: 1.0.0-rc.152 --- docs/conf.py | 2 +- docs/python_client/README.md | 4 ++-- frontend/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 48bc1a43..adab566d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'Jungfraujoch' copyright = '2024, Paul Scherrer Institute' author = 'Filip Leonarski' -release = '1.0.0-rc.151' +release = '1.0.0-rc.152' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/docs/python_client/README.md b/docs/python_client/README.md index 198e0d95..4fc31bd8 100644 --- a/docs/python_client/README.md +++ b/docs/python_client/README.md @@ -22,8 +22,8 @@ communicate through network calls or other mechanisms. This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.0.0-rc.151 -- Package version: 1.0.0-rc.151 +- API version: 1.0.0-rc.152 +- Package version: 1.0.0-rc.152 - Generator version: 7.20.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen diff --git a/frontend/package.json b/frontend/package.json index 4de32bd6..39c4ea73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "jungfraujoch-frontend", - "version": "1.0.0-rc.151", + "version": "1.0.0-rc.152", "license": "GPL-3.0", "private": true, "homepage": "/frontend",