From 609240f0ff96736e7c12f3bf14fdac994bf6d1d2 Mon Sep 17 00:00:00 2001 From: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Dec 2021 12:33:44 +0000 Subject: [PATCH] Publish 2.10.0 SHA256 hashes: jupyterlab_server-2.10.0-py3-none-any.whl: 8ecde4a2d89c94c7fa817827fcfd0ac303206706e468fe35712fc0736620fe4b jupyterlab_server-2.10.0.tar.gz: 6d980bf72bd6a1d910a623d3f3c375601ace7812b90b78cf9bb86fd55c6920f8 --- 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 e00547e2..ea734caa 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = '2.9.0' +__version__ = '2.10.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 f30247c3..8835184f 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.9.0" +current = "2.10.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?