release 1.5.1

This commit is contained in:
Min RK
2022-12-05 13:27:57 +01:00
parent edddacec1d
commit f93bfdffba
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ swagger: "2.0"
info: info:
title: JupyterHub title: JupyterHub
description: The REST API for JupyterHub description: The REST API for JupyterHub
version: 1.5.0 version: 1.5.1
license: license:
name: BSD-3-Clause name: BSD-3-Clause
schemes: [http, https] schemes: [http, https]

View File

@@ -5,7 +5,7 @@
version_info = ( version_info = (
1, 1,
5, 5,
0, 1,
"", # release (b1, rc1, or "" for final or dev) "", # release (b1, rc1, or "" for final or dev)
# "dev", # dev or nothing for beta/rc/stable releases # "dev", # dev or nothing for beta/rc/stable releases
) )