From c7d116b16219cbe35039dc6a339279c5ca3b3016 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 21:53:33 +0000 Subject: [PATCH] Publish 2.15.1 SHA256 hashes: jupyterlab_server-2.15.1-py3-none-any.whl: 5e04008a98bfb510471b8b8a7059f7cdbb1797e1f255657f39ea3d838ba00bf6 jupyterlab_server-2.15.1.tar.gz: 305313970e131c590cf77bb6b8ca7e98591bc304111e8d103bc91d212e94796f --- 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 e796ec74..49569a49 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = "2.15.0" +__version__ = "2.15.1" # 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 16a1522a..62d0a897 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_server" -version = "2.15.0" +version = "2.15.1" 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.15.0" +current = "2.15.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?