Skip to content

Commit

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

jupyter_server-1.19.0-py3-none-any.whl: 310531a4ed1a5088daec9b930cfda08952d1e3809d0605e4b137af0a6da11669

jupyter_server-1.19.0.tar.gz: 5d9b58c92011db1854a8ddeeac46e16bb37281e8f45156d4d0b2fb745f9561dd
  • Loading branch information
github-actions[bot] committed Sep 26, 2022
1 parent 34c5f79 commit c65706f
Show file tree
Hide file tree
Showing 4 changed files with 406 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
__version__ = "1.19.0.dev0"
__version__ = "1.19.0"
# The short X.Y version.
version_parsed = parse_version(__version__)
version = f"{version_parsed.major}.{version_parsed.minor}"
Expand Down
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, 19, 0, ".dev", "0")
version_info = (1, 19, 0, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
Loading

0 comments on commit c65706f

Please sign in to comment.