Skip to content

Commit a30db34

Browse files
Publish 2.15.0
SHA256 hashes: jupyterlab_server-2.15.0-py3-none-any.whl: 0e327d7a346874fd8e94c1bcbd69906d18a8558df8f13115c5afd183c3107756 jupyterlab_server-2.15.0.tar.gz: a91c515e0e7971a8f7c3c9834b748857f7dac502f93604bf283987991fd987ef
1 parent 88763e0 commit a30db34

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.14.0"
7+
__version__ = "2.15.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.14.0"
7+
version = "2.15.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.14.0"
73+
current = "2.15.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)