Skip to content

Commit cf7a9c9

Browse files
Publish 2.16.0rc0
SHA256 hashes: jupyterlab_server-2.16.0rc0-py3-none-any.whl: 09da97b3a24925e4ca5fd151ebd075d758932a72cd693435af6bb17e9a2e3554 jupyterlab_server-2.16.0rc0.tar.gz: 18ee24b3b00fda223c6a3f32cceba7beafc386bea7d98975f93177f8f5a01c11
1 parent a753171 commit cf7a9c9

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.16.0rc0"
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.16.0rc0"
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.16.0rc0"
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)