We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1139804 commit f41eb75Copy full SHA for f41eb75
jupyter_server/_version.py
@@ -5,7 +5,7 @@
5
import re
6
7
# Version string must appear intact for tbump versioning
8
-__version__ = "1.12.0.dev0"
+__version__ = "1.11.2"
9
10
# Build up version_info tuple for backwards compatibility
11
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
pyproject.toml
@@ -18,7 +18,7 @@ testpaths = [
18
skip = ["check-links"]
19
20
[tool.tbump.version]
21
-current = "1.12.0.dev0"
+current = "1.11.2"
22
regex = '''
23
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
24
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments