From eae679e1d4ba430b7303112ced74704b31404ac0 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 08:43:29 +0000 Subject: [PATCH] Publish 2.8.0 SHA256 hashes: jupyterlab_server-2.8.0-py3-none-any.whl: 1f74b7798365495590545b05d9636b6beee00e46e93d78ceb0b02d2b7c0c264e jupyterlab_server-2.8.0.tar.gz: 2363438dd0879bee0f41632139df84822a55e3c8167b7cd3a11d0ae3509e3843 --- 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 37e3a15a..aef25c3b 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = '2.7.2' +__version__ = '2.8.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 ea3fc102..b3361940 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,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.7.2" +current = "2.8.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?