Skip to content

Commit

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

jupyter_server-1.15.2-py3-none-any.whl: a74bac401d7d0d530149cdc7fbaa0bf08efba81ae74ad990c3134d118bbfac9a

jupyter_server-1.15.2.tar.gz: cdc63220f005704cbc8996a6aed4cb96ef7a41cffa54ad561b8634ffddb5bbc0
  • Loading branch information
github-actions[bot] committed Mar 14, 2022
1 parent 5b83bd7 commit f4d131b
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, 15, 1, "", "")
version_info = (1, 15, 2, "", "")
__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 @@ -21,7 +21,7 @@ timeout = 300
skip = ["check-links"]

[tool.tbump.version]
current = "1.15.1"
current = "1.15.2"
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 f4d131b

Please sign in to comment.