Skip to content

Commit

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

jupyter_server-1.17.0-py3-none-any.whl: 5aa5e0945e3dbf29390cfe9c418a9af245d812ce282932ae97d0671e10c147a0

jupyter_server-1.17.0.tar.gz: 7b3aa524790ab0da64f06dfe0b2af149d0a3f59aad71fdedcf1d8bae6508018c
  • Loading branch information
github-actions[bot] committed Apr 27, 2022
1 parent 133d83d commit 1441b5f
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, 16, 1, ".dev", "0")
version_info = (1, 17, 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 @@ -32,7 +32,7 @@ skip = ["check-links"]
post-version-spec = "dev"

[tool.tbump.version]
current = "1.16.1.dev0"
current = "1.17.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 1441b5f

Please sign in to comment.