Skip to content

Commit

Permalink
Bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Mar 20, 2024
1 parent 133dda2 commit 984a679
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/_static/rest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
description: The REST API for JupyterHub
license:
name: BSD-3-Clause
version: 4.1.0.dev
version: 4.1.0
servers:
- url: /hub/api
security:
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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, 0, "", "dev")
version_info = (4, 1, 0, "", "")

# pep 440 version: no dot before beta/rc, but before .dev
# 0.1.0rc1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ target_version = [
github_url = "https://github.com/jupyterhub/jupyterhub"

[tool.tbump.version]
current = "4.1.0.dev"
current = "4.1.0"

# Example of a semver regexp.
# Make sure this matches current_version before
Expand Down

0 comments on commit 984a679

Please sign in to comment.