Skip to content

Commit e4a3141

Browse files
Publish 1.15.3
SHA256 hashes: jupyter_server-1.15.3-py3-none-any.whl: c1067250dc5aa3d9337fa17c933989e4041105c0e3d3746a6f4f9370e7c7990f jupyter_server-1.15.3.tar.gz: 09b6092b406866c514faaff46c1ec3bf04b7204d0f1bb731dce655c375b2f03c
1 parent a4542cf commit e4a3141

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, 2, "", "")
5+
version_info = (1, 15, 3, "", "")
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.2"
24+
current = "1.15.3"
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)