From bba81a856c958366c18f54a6a91a4cc48934b009 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 6 Oct 2025 09:08:01 -0700 Subject: [PATCH] Bump to 5.4.0 --- docs/source/_static/rest-api.yml | 2 +- jupyterhub/_version.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/_static/rest-api.yml b/docs/source/_static/rest-api.yml index 8eaa9fa9..9a47fc2b 100644 --- a/docs/source/_static/rest-api.yml +++ b/docs/source/_static/rest-api.yml @@ -7,7 +7,7 @@ info: license: name: BSD-3-Clause identifier: BSD-3-Clause - version: 5.4.0.dev + version: 5.4.0 servers: - url: /hub/api security: diff --git a/jupyterhub/_version.py b/jupyterhub/_version.py index b2fbd827..8e2e4a40 100644 --- a/jupyterhub/_version.py +++ b/jupyterhub/_version.py @@ -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, 4, 0, "", "dev") +version_info = (5, 4, 0, "", "") # pep 440 version: no dot before beta/rc, but before .dev # 0.1.0rc1 diff --git a/pyproject.toml b/pyproject.toml index 4e6ce596..406d5206 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.4.0.dev" +version = "5.4.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.4.0.dev" +current = "5.4.0" # Example of a semver regexp. # Make sure this matches current_version before