Bump to 2.3.1

This commit is contained in:
Erik Sundell
2022-06-06 16:26:12 +02:00
parent f0862f1d10
commit 20b3229249
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: 2.3.1.dev
version: 2.3.1
servers:
- url: /hub/api
security:

View File

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

View File

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