Skip to content

Commit

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

jupyter_server-1.15.3-py3-none-any.whl: c1067250dc5aa3d9337fa17c933989e4041105c0e3d3746a6f4f9370e7c7990f

jupyter_server-1.15.3.tar.gz: 09b6092b406866c514faaff46c1ec3bf04b7204d0f1bb731dce655c375b2f03c
  • Loading branch information
github-actions[bot] committed Mar 14, 2022
1 parent a4542cf commit e4a3141
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
Expand Up @@ -2,5 +2,5 @@
store the current version info of the server.
"""
version_info = (1, 15, 2, "", "")
version_info = (1, 15, 3, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -21,7 +21,7 @@ timeout = 300
skip = ["check-links"]

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

Please sign in to comment.