validate the rest-api

both with github action that runs openapi validation,
and a couple local tests to verify some maintenance tasks are done
This commit is contained in:
Min RK
2021-10-27 21:06:38 +02:00
parent b34120ed81
commit 59de506f20
4 changed files with 58 additions and 2 deletions

View File

@@ -1,13 +1,13 @@
"""JupyterHub version info"""
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
version_info = (
2,
0,
0,
"b3", # release (b1, rc1, or "" for final or dev)
# "dev", # dev or nothing for beta/rc/stable releases
# when updating, make sure to update version in docs/rest-api.yaml as well
)
# pep 440 version: no dot before beta/rc, but before .dev