Skip to content

Commit 6036a91

Browse files
Publish 1.15.6
SHA256 hashes: jupyter_server-1.15.6-py3-none-any.whl: e393934c19fcc324a7fca77f811eacd91201440f04c6fbb15c959c463baaa9c5 jupyter_server-1.15.6.tar.gz: 56bd6f580d1f46b62294990e8e78651025729f5d3fc798f10f2c03f0cdcbf28d
1 parent 20ee410 commit 6036a91

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