File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"""
5
5
import re
6
6
7
- __version__ = "2.15.1 "
7
+ __version__ = "2.16.0rc0 "
8
8
9
9
# Build up version_info tuple for backwards compatibility
10
10
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " jupyterlab_server"
7
- version = " 2.15.1 "
7
+ version = " 2.16.0rc0 "
8
8
license = { file = " LICENSE" }
9
9
description = " A set of server components for JupyterLab and JupyterLab like applications."
10
10
keywords = [" jupyter" , " jupyterlab" ]
@@ -71,7 +71,7 @@ test = [
71
71
skip = [" check-links" ]
72
72
73
73
[tool .tbump .version ]
74
- current = " 2.15.1 "
74
+ current = " 2.16.0rc0 "
75
75
regex = '''
76
76
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
77
77
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments