Skip to content

Commit 478d1c8

Browse files
Bump service to 0.9.0
1 parent b2f25a0 commit 478d1c8

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

charts/grader-service-all-in-one/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.9.0-a2
18+
version: 0.9.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.9.0-a2"
24+
appVersion: "0.9.0"
2525

2626
dependencies:
2727
- name: jupyterhub
2828
version: 4.2.0
2929
repository: https://jupyterhub.github.io/helm-chart
3030
- name: grader-service
31-
version: 0.9.0-a2
31+
version: 0.9.0
3232
repository: https://tu-wien-datalab.github.io/grader-service/

charts/grader-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.9.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.9.0-a2"
24+
appVersion: "0.9.0"

docs/source/_static/openapi/grader_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ info:
44
description: The REST API for the grader service
55
license:
66
name: BSD-3-Clause
7-
version: '0.9.0-a2'
7+
version: '0.9.0'
88
servers:
99
- url: /api
1010
description: relative path to mock

grader_service/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# LICENSE file in the root directory of this source tree.
66

77
# version_info updated by running `tbump`
8-
__version__ = "0.9.0-a2"
8+
__version__ = "0.9.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "grader-service"
77
description = "Grader service"
8-
version = "0.9.0-a2"
8+
version = "0.9.0"
99
requires-python = ">=3.9"
1010
authors = [{name='Florian Jäger'}, {name='Matthias Matt'}]
1111
license = "BSD-3-Clause"
@@ -68,7 +68,7 @@ Documentation = "https://grader-service.readthedocs.io/en/latest/index.html"
6868
github_url = "https://github.com/TU-Wien-dataLAB/grader-service"
6969

7070
[tool.tbump.version]
71-
current = "0.9.0-a2"
71+
current = "0.9.0"
7272

7373
# Example of a semver regexp.
7474
# Make sure this matches current_version before

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ sphinx-tabs>=3.4.7
77
sphinx-thebe>=0.3.1
88
sphinx-togglebutton>=0.3.2
99
sphinx-book-theme>=1.1.3
10-
grader-service>=0.9.0-a2
10+
grader-service>=0.9.0
1111
autodoc-traits>=1.2.2

0 commit comments

Comments
 (0)