File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
grader-service-all-in-one
docs/source/_static/openapi Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
2626dependencies :
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/
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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'
88servers :
99 - url : /api
1010 description : relative path to mock
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55[project ]
66name = " grader-service"
77description = " Grader service"
8- version = " 0.9.0-a2 "
8+ version = " 0.9.0"
99requires-python = " >=3.9"
1010authors = [{name =' Florian Jäger' }, {name =' Matthias Matt' }]
1111license = " BSD-3-Clause"
@@ -68,7 +68,7 @@ Documentation = "https://grader-service.readthedocs.io/en/latest/index.html"
6868github_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
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ sphinx-tabs>=3.4.7
77sphinx-thebe>=0.3.1
88sphinx-togglebutton>=0.3.2
99sphinx-book-theme>=1.1.3
10- grader-service>=0.9.0-a2
10+ grader-service>=0.9.0
1111autodoc-traits>=1.2.2
You can’t perform that action at this time.
0 commit comments