Skip to content

Commit e741350

Browse files
committed
Bump to 1.17.1
1 parent 3485007 commit e741350

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/source/conf.py

+1-1
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.18.0.dev0"
110+
__version__ = "1.17.1"
111111
# The short X.Y version.
112112
version_parsed = parse_version(__version__)
113113
version = f"{version_parsed.major}.{version_parsed.minor}"

Diff for: jupyter_server/_version.py

+1-1
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, 18, 0, ".dev", "0")
5+
version_info = (1, 17, 1, "", "")
66
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ skip = ["check-links"]
3232
post-version-spec = "dev"
3333

3434
[tool.tbump.version]
35-
current = "1.18.0.dev0"
35+
current = "1.17.1"
3636
regex = '''
3737
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
3838
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)