Skip to content

Commit c7d116b

Browse files
Publish 2.15.1
SHA256 hashes: jupyterlab_server-2.15.1-py3-none-any.whl: 5e04008a98bfb510471b8b8a7059f7cdbb1797e1f255657f39ea3d838ba00bf6 jupyterlab_server-2.15.1.tar.gz: 305313970e131c590cf77bb6b8ca7e98591bc304111e8d103bc91d212e94796f
1 parent cd0d7d1 commit c7d116b

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