Skip to content

Commit d8826a9

Browse files
Bump to 1.16.0.dev0
1 parent a66251c commit d8826a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
store the current version info of the server.
33
44
"""
5-
version_info = (1, 15, 5, "", "")
5+
version_info = (1, 16, 0, ".dev", "0")
66
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ timeout = 300
2121
skip = ["check-links"]
2222

2323
[tool.tbump.version]
24-
current = "1.15.5"
24+
current = "1.16.0.dev0"
2525
regex = '''
2626
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2727
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)