Skip to content

Commit 8de001a

Browse files
authored
fix docs version (#841)
1 parent 15c9635 commit 8de001a

File tree

2 files changed

+5
-1
lines changed

2 files changed

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

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ tag_template = "v{new_version}"
4646
src = "jupyter_server/_version.py"
4747
version_template = '({major}, {minor}, {patch}, "{channel}", "{release}")'
4848

49+
[[tool.tbump.file]]
50+
src = "docs/source/conf.py"
51+
version_template = "{major}.{minor}.{patch}{channel}{release}"
52+
4953
[[tool.tbump.field]]
5054
name = "channel"
5155
default = ""

0 commit comments

Comments
 (0)