Skip to content

Commit 07a1e7d

Browse files
Publish 1.15.1
SHA256 hashes: jupyter_server-1.15.1-py3-none-any.whl: 7680063a87a7f5ff0aa787693695475442a72c2faa90bb375ffdc78c7705d0f3 jupyter_server-1.15.1.tar.gz: 65fe92c556289990d6b82cbef23d20acb938f6e0b912718af726cbef98229e72
1 parent 4066f0c commit 07a1e7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
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, 0, "", "")
5+
version_info = (1, 15, 1, "", "")
66
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.0"
24+
current = "1.15.1"
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)