Bump to 5.3.0

This commit is contained in:
Min RK
2025-04-15 14:54:33 +02:00
parent 81bd5eeedb
commit 3f65a39412
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ info:
license:
name: BSD-3-Clause
identifier: BSD-3-Clause
version: 5.3.0rc0
version: 5.3.0
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 = (5, 3, 0, "rc0", "")
version_info = (5, 3, 0, "", "")
# pep 440 version: no dot before beta/rc, but before .dev
# 0.1.0rc1

View File

@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
[project]
name = "jupyterhub"
version = "5.3.0rc0"
version = "5.3.0"
dynamic = ["readme", "dependencies"]
description = "JupyterHub: A multi-user server for Jupyter notebooks"
authors = [
@@ -147,7 +147,7 @@ indent_size = 2
github_url = "https://github.com/jupyterhub/jupyterhub"
[tool.tbump.version]
current = "5.3.0rc0"
current = "5.3.0"
# Example of a semver regexp.
# Make sure this matches current_version before