Bump to 4.1.2

This commit is contained in:
Min RK
2024-03-25 20:47:05 +01:00
parent 3999556ed8
commit 8d192ec40b
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ info:
description: The REST API for JupyterHub
license:
name: BSD-3-Clause
version: 4.1.1
version: 4.1.2
servers:
- url: /hub/api
security:

View File

@@ -3,7 +3,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
# version_info updated by running `tbump`
version_info = (4, 1, 1, "", "")
version_info = (4, 1, 2, "", "")
# pep 440 version: no dot before beta/rc, but before .dev
# 0.1.0rc1

View File

@@ -43,7 +43,7 @@ target_version = [
github_url = "https://github.com/jupyterhub/jupyterhub"
[tool.tbump.version]
current = "4.1.1"
current = "4.1.2"
# Example of a semver regexp.
# Make sure this matches current_version before