Skip to content

Commit

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

jupyter_server-1.15.0-py3-none-any.whl: e08ea8872f358714c784adf0407421ac6bb6e444a0cb56289ddcd9752da3efea

jupyter_server-1.15.0.tar.gz: 75aad251ad4e41690850df2777ee2eb2d43e8304630ef702f33d3488789b5cb3
  • Loading branch information
github-actions[bot] committed Mar 14, 2022
1 parent bb6baeb commit a2d11ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 405 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, 14, 0, ".dev", "0")
version_info = (1, 15, 0, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

0 comments on commit a2d11ab

Please sign in to comment.