We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8989616 commit 559ea43Copy full SHA for 559ea43
jupyter_server/_version.py
@@ -5,7 +5,7 @@
5
import re
6
7
# Version string must appear intact for tbump versioning
8
-__version__ = '1.10.2'
+__version__ = '1.11.0.dev0'
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
@@ -15,7 +15,7 @@ testpaths = [
15
]
16
17
[tool.tbump.version]
18
-current = "1.10.2"
+current = "1.11.0.dev0"
19
regex = '''
20
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
21
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments