Skip to content

Commit 20e8e41

Browse files
Publish 1.13.5
SHA256 hashes: jupyter_server-1.13.5-py3-none-any.whl: a3eb9d397df2de26134cb24fe7cb5da60ec28b4f8b292e0bdefd450b1f062dd3 jupyter_server-1.13.5.tar.gz: 9e3e9717eea3bffab8cfb2ff330011be6c8bbd9cdae5b71cef169fcece2f19d3
1 parent a9c0e12 commit 20e8e41

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, 14, 0, ".dev", "0")
5+
version_info = (1, 13, 5, "", "")
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
@@ -20,7 +20,7 @@ timeout_method = "thread"
2020
skip = ["check-links"]
2121

2222
[tool.tbump.version]
23-
current = "1.14.0.dev0"
23+
current = "1.13.5"
2424
regex = '''
2525
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2626
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)