Skip to content

Commit f0f0c5c

Browse files
Publish 2.14.0
SHA256 hashes: jupyterlab_server-2.14.0-py3-none-any.whl: ea72e8cf36824a99af08c93202aa2d4d0deb069445335e190586d1dc7c9a4b6c jupyterlab_server-2.14.0.tar.gz: b04eaf68fe1ef96f70dd38b256417abe0b6ba1a07dd8ca0c97da5b0ebade57ec
1 parent c7d3bc0 commit f0f0c5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

jupyterlab_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
import re
66

7-
__version__ = "2.13.0"
7+
__version__ = "2.14.0"
88

99
# Build up version_info tuple for backwards compatibility
1010
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyterlab_server"
7-
version = "2.13.0"
7+
version = "2.14.0"
88
license = { file = "LICENSE" }
99
description = "A set of server components for JupyterLab and JupyterLab like applications."
1010
keywords = ["jupyter", "jupyterlab"]
@@ -70,7 +70,7 @@ test = [
7070
skip = ["check-links"]
7171

7272
[tool.tbump.version]
73-
current = "2.13.0"
73+
current = "2.14.0"
7474
regex = '''
7575
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
7676
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)