Skip to content

Commit

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

jupyter_server-2.0.0a2-py3-none-any.whl: cb56e5ee2ea12435a0b9f3efbe13a0b6f04678ef37e5cd3214c7158fa3eba30c

jupyter_server-2.0.0a2.tar.gz: 309bb494f0b90f99558f08fe5002d97df5824be355f08f684d59c9ccb8940e76
  • Loading branch information
github-actions[bot] committed Jul 5, 2022
1 parent 2660d5d commit bed996b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 407 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
__version__ = "2.1.0.dev0"
__version__ = "2.0.0a2"
# 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 = (2, 1, 0, ".dev", "0")
version_info = (2, 0, 0, "a", "2")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
Loading

0 comments on commit bed996b

Please sign in to comment.