diff --git a/jupyterlab_server/_version.py b/jupyterlab_server/_version.py index 0034bc5e..50e777a1 100644 --- a/jupyterlab_server/_version.py +++ b/jupyterlab_server/_version.py @@ -4,7 +4,7 @@ """ import re -__version__ = '2.6.0.dev0' +__version__ = '2.6.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 c98fadbd..c40591ed 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.dev0" +current = "2.6.0" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?