Skip to content

Commit

Permalink
Bump to 5.0.0b2
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 9, 2024
1 parent 212d618 commit bbc3870
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -7,7 +7,7 @@ info:
license:
name: BSD-3-Clause
identifier: BSD-3-Clause
version: 5.0.0b1
version: 5.0.0b2
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 = (5, 0, 0, "b1", "")
version_info = (5, 0, 0, "b2", "")

# pep 440 version: no dot before beta/rc, but before .dev
# 0.1.0rc1
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0b1"
version = "5.0.0b2"
dynamic = ["readme", "dependencies"]
description = "JupyterHub: A multi-user server for Jupyter notebooks"
authors = [
Expand Down Expand Up @@ -147,7 +147,7 @@ indent_size = 2
github_url = "https://github.com/jupyterhub/jupyterhub"

[tool.tbump.version]
current = "5.0.0b1"
current = "5.0.0b2"

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

0 comments on commit bbc3870

Please sign in to comment.