Skip to content

Commit db73363

Browse files
Publish 1.13.4
SHA256 hashes: jupyter_server-1.13.4-py3-none-any.whl: 3a1df2e27a322e84c028e52272e6ff72fd875f9a74c84409263c5c2f1afbf6fa jupyter_server-1.13.4.tar.gz: 5fb5a219385338b1d13a013a68f54688b6a69ecff4e757fd230e27ecacdbf212
1 parent 8a78cd4 commit db73363

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, 4, "", "")
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
@@ -18,7 +18,7 @@ testpaths = [
1818
skip = ["check-links"]
1919

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

0 commit comments

Comments
 (0)