From f0f0c5ca7832415ccd599955014e321860cb9d40 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 10:57:13 +0000 Subject: [PATCH] Publish 2.14.0 SHA256 hashes: jupyterlab_server-2.14.0-py3-none-any.whl: ea72e8cf36824a99af08c93202aa2d4d0deb069445335e190586d1dc7c9a4b6c jupyterlab_server-2.14.0.tar.gz: b04eaf68fe1ef96f70dd38b256417abe0b6ba1a07dd8ca0c97da5b0ebade57ec --- jupyterlab_server/_version.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jupyterlab_server/_version.py b/jupyterlab_server/_version.py index 25b80028..9d29277f 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = "2.13.0" +__version__ = "2.14.0" # Build up version_info tuple for backwards compatibility pattern = r"(?P\d+).(?P\d+).(?P\d+)(?P.*)" diff --git a/pyproject.toml b/pyproject.toml index 41573cbe..fc75394c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_server" -version = "2.13.0" +version = "2.14.0" license = { file = "LICENSE" } description = "A set of server components for JupyterLab and JupyterLab like applications." keywords = ["jupyter", "jupyterlab"] @@ -70,7 +70,7 @@ test = [ skip = ["check-links"] [tool.tbump.version] -current = "2.13.0" +current = "2.14.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?