From ff0d15fa43bbc36628a95e179dde13a83e13fea1 Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 2 Dec 2021 08:53:50 +0100 Subject: [PATCH] Bump to 2.1.0.dev --- docs/source/_static/rest-api.yml | 2 +- jupyterhub/_version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/_static/rest-api.yml b/docs/source/_static/rest-api.yml index 03663749..995a71a3 100644 --- a/docs/source/_static/rest-api.yml +++ b/docs/source/_static/rest-api.yml @@ -6,7 +6,7 @@ info: description: The REST API for JupyterHub license: name: BSD-3-Clause - version: 2.0.0 + version: 2.1.0.dev servers: - url: /hub/api security: diff --git a/jupyterhub/_version.py b/jupyterhub/_version.py index df4f0ac2..e9cba74c 100644 --- a/jupyterhub/_version.py +++ b/jupyterhub/_version.py @@ -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 = (2, 0, 0, "", "") +version_info = (2, 1, 0, "", "dev") # pep 440 version: no dot before beta/rc, but before .dev # 0.1.0rc1 diff --git a/pyproject.toml b/pyproject.toml index f9357029..6477aaca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ target_version = [ github_url = "https://github.com/jupyterhub/jupyterhub" [tool.tbump.version] -current = "2.0.0" +current = "2.1.0.dev" # Example of a semver regexp. # Make sure this matches current_version before