Skip to content

Commit

Permalink
Bump to 3.1.1.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jan 27, 2023
1 parent eca9c00 commit 43b0897
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: 3.1.0
version: 3.1.1.dev
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 @@ -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 = (3, 1, 0, "", "")
version_info = (3, 1, 1, "", "dev")

# 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 = "3.1.0"
current = "3.1.1.dev"

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

0 comments on commit 43b0897

Please sign in to comment.