Skip to content

Commit fbad9aa

Browse files
Publish 1.16.0
SHA256 hashes: jupyter_server-1.16.0-py3-none-any.whl: 72dd1ff5373d2def94e80632ba4397e504cc9200c5b5f44b5b0af2e062a73353 jupyter_server-1.16.0.tar.gz: c756f87ad64b84e2aa522ef482445e1a93f7fe4a5fc78358f4636e53c9a0463a
1 parent 005dcd7 commit fbad9aa

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, 7, ".dev", "0")
5+
version_info = (1, 16, 0, "", "")
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.7.dev0"
24+
current = "1.16.0"
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)