Skip to content

Commit 6bbdc6c

Browse files
Publish 1.19.1
SHA256 hashes: jupyter_server-1.19.1-py3-none-any.whl: ea3587840f2a906883c9eecb6bc85ef87ba1b7ba4cb6eafbacfac4a568862106 jupyter_server-1.19.1.tar.gz: d1cc3596945849742bc3eedf0699feeb50ad6c6045ebef02a9298b7f13c27e9f
1 parent 850e30d commit 6bbdc6c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
# |version| and |release|, also used in various other places throughout the
108108
# built documents.
109109
#
110-
__version__ = "1.20.0.dev0"
110+
__version__ = "1.19.1"
111111
# The short X.Y version.
112112
version_parsed = parse_version(__version__)
113113
version = f"{version_parsed.major}.{version_parsed.minor}"

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
store the current version info of the server.
33
44
"""
5-
version_info = (1, 20, 0, ".dev", "0")
5+
version_info = (1, 19, 1, "", "")
66
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ skip = ["check-links"]
3434
post-version-spec = "dev"
3535

3636
[tool.tbump.version]
37-
current = "1.20.0.dev0"
37+
current = "1.19.1"
3838
regex = '''
3939
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4040
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)