Skip to content

Commit ca2fc08

Browse files
Publish 2.15.2
SHA256 hashes: jupyterlab_server-2.15.2-py3-none-any.whl: ec7cc9ddd16c407ba3ecd3579771fa7ae4c8f239ba401649f35e44ecbc3d41cc jupyterlab_server-2.15.2.tar.gz: c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640
1 parent 2db8517 commit ca2fc08

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.1"
7+
__version__ = "2.15.2"
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.1"
7+
version = "2.15.2"
88
license = { file = "LICENSE" }
99
description = "A set of server components for JupyterLab and JupyterLab like applications."
1010
keywords = ["jupyter", "jupyterlab"]
@@ -71,7 +71,7 @@ test = [
7171
skip = ["check-links"]
7272

7373
[tool.tbump.version]
74-
current = "2.15.1"
74+
current = "2.15.2"
7575
regex = '''
7676
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
7777
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)