From e831f8d8742323f5bbbdd485b78d14450e737822 Mon Sep 17 00:00:00 2001 From: "Matt, Matthias" Date: Mon, 30 Sep 2024 15:18:44 +0200 Subject: [PATCH 1/2] Bump chart to 0.5.2-a9 --- charts/grader-service/Chart.yaml | 2 +- charts/grader-service/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grader-service/Chart.yaml b/charts/grader-service/Chart.yaml index df3eb6b1..9159b536 100644 --- a/charts/grader-service/Chart.yaml +++ b/charts/grader-service/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.2-a8 +version: 0.5.2-a9 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/grader-service/pyproject.toml b/charts/grader-service/pyproject.toml index 56e2e34f..6d3d24a5 100644 --- a/charts/grader-service/pyproject.toml +++ b/charts/grader-service/pyproject.toml @@ -3,7 +3,7 @@ github_url = "https://github.com/TU-Wien-dataLAB/Grader-Service" [tool.tbump.version] -current = "0.5.2-a8" +current = "0.5.2-a9" # Example of a semver regexp. # Make sure this matches current_version before From 293640083b064fc51ddb1be55eae3a1e333bd771 Mon Sep 17 00:00:00 2001 From: "Matt, Matthias" Date: Mon, 30 Sep 2024 15:19:04 +0200 Subject: [PATCH 2/2] Bump service to 0.5.2-a9 --- charts/grader-service/Chart.yaml | 2 +- docs/source/_static/openapi/grader_api.yml | 2 +- grader_service/_version.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/grader-service/Chart.yaml b/charts/grader-service/Chart.yaml index 9159b536..7e3e273b 100644 --- a/charts/grader-service/Chart.yaml +++ b/charts/grader-service/Chart.yaml @@ -21,4 +21,4 @@ version: 0.5.2-a9 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.5.2-a8" +appVersion: "0.5.2-a9" diff --git a/docs/source/_static/openapi/grader_api.yml b/docs/source/_static/openapi/grader_api.yml index 57f5929f..4cb0efb4 100644 --- a/docs/source/_static/openapi/grader_api.yml +++ b/docs/source/_static/openapi/grader_api.yml @@ -4,7 +4,7 @@ info: description: The REST API for the grader service license: name: BSD-3-Clause - version: '0.5.2-a8' + version: '0.5.2-a9' servers: - url: /services/mock description: relative path to mock diff --git a/grader_service/_version.py b/grader_service/_version.py index dbdc86fd..8b7dca6f 100644 --- a/grader_service/_version.py +++ b/grader_service/_version.py @@ -5,4 +5,4 @@ # LICENSE file in the root directory of this source tree. # version_info updated by running `tbump` -__version__ = '0.5.2-a8' +__version__ = '0.5.2-a9' diff --git a/pyproject.toml b/pyproject.toml index 82b4648a..28ecef32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "grader-service" description = "Grader service" -version = "0.5.2-a8" +version = "0.5.2-a9" requires-python = ">=3.8" authors = [{name='Florian Jäger'}, {name='Matthias Matt'}] license = {text = "BSD-3-Clause"} @@ -67,7 +67,7 @@ Documentation = "https://grader-service.readthedocs.io/en/latest/index.html" github_url = "https://github.com/TU-Wien-dataLAB/Grader-Service" [tool.tbump.version] -current = "0.5.2-a8" +current = "0.5.2-a9" # Example of a semver regexp. # Make sure this matches current_version before