Skip to content

Commit

Permalink
Publish 1.13.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_server-1.13.0-py3-none-any.whl: 608c0cb0cbbaa96a413c4d2427ca77acd14180251a2687831cf31f7648eaa835

jupyter_server-1.13.0.tar.gz: 05a96dfc5352adf70e88868b4ab3d1fc13e17bd84daf74d02cc6299098855fda
  • Loading branch information
github-actions[bot] committed Dec 6, 2021
1 parent c3976ac commit 3af6396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
store the current version info of the server.
"""
version_info = (1, 12, 1, "", "")
version_info = (1, 13, 0, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ testpaths = [
skip = ["check-links"]

[tool.tbump.version]
current = "1.12.1"
current = "1.13.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 3af6396

Please sign in to comment.