Skip to content

Commit

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

jupyter_server-1.13.2-py3-none-any.whl: ce6283c13af1622478a241ff821f01d28eb4b4065b644633ccf951c998d359d2

jupyter_server-1.13.2.tar.gz: 04fb03a53229223e02b211193d5cfcd0141f9949d706d8569e225e64b0999aff
  • Loading branch information
github-actions[bot] committed Jan 12, 2022
1 parent 93754f8 commit 1fca11c
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, 13, 2, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
Loading

0 comments on commit 1fca11c

Please sign in to comment.