From ca2fc08221673126b30e73750ad9fc213daa5c50 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 17:59:03 +0000 Subject: [PATCH] Publish 2.15.2 SHA256 hashes: jupyterlab_server-2.15.2-py3-none-any.whl: ec7cc9ddd16c407ba3ecd3579771fa7ae4c8f239ba401649f35e44ecbc3d41cc jupyterlab_server-2.15.2.tar.gz: c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640 --- 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 49569a49..9066b5df 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = "2.15.1" +__version__ = "2.15.2" # 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 21ef756a..3a5c15e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_server" -version = "2.15.1" +version = "2.15.2" license = { file = "LICENSE" } description = "A set of server components for JupyterLab and JupyterLab like applications." keywords = ["jupyter", "jupyterlab"] @@ -71,7 +71,7 @@ test = [ skip = ["check-links"] [tool.tbump.version] -current = "2.15.1" +current = "2.15.2" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?