From 3c7a83c5212e7359fbe0955b6dda1f8024011cab Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 00:40:13 +0000 Subject: [PATCH] Publish 2.6.1 SHA256 hashes: dist/jupyterlab_server-2.6.1-py3-none-any.whl: 58d4b660fce8da4e90f0433ac54f462436fe5fbe731e3a281e15adcdecddb0eb dist/jupyterlab_server-2.6.1.tar.gz: 73279d1ffdcd3426f716bf5538cf1fdd2eb8a340ac25c5688f3c192c5bd3afc9 --- jupyterlab_server/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyterlab_server/_version.py b/jupyterlab_server/_version.py index 50e777a1..31d02d57 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = '2.6.0' +__version__ = '2.6.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 c40591ed..85ad09b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ ignore = ["tbump.toml", ".*", "*.yml", "docs/source/api/app-config.rst", "docs/s ignore-bad-ideas = ["jupyterlab_server/tests/translations/**/*.mo"] [tool.tbump.version] -current = "2.6.0" +current = "2.6.1" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?