Skip to content

Commit

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

jupyter_server-1.19.1-py3-none-any.whl: ea3587840f2a906883c9eecb6bc85ef87ba1b7ba4cb6eafbacfac4a568862106

jupyter_server-1.19.1.tar.gz: d1cc3596945849742bc3eedf0699feeb50ad6c6045ebef02a9298b7f13c27e9f
  • Loading branch information
github-actions[bot] committed Sep 27, 2022
1 parent 850e30d commit 6bbdc6c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.20.0.dev0"
__version__ = "1.19.1"
# 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, 20, 0, ".dev", "0")
version_info = (1, 19, 1, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ skip = ["check-links"]
post-version-spec = "dev"

[tool.tbump.version]
current = "1.20.0.dev0"
current = "1.19.1"
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 6bbdc6c

Please sign in to comment.