We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 506a847 commit 8c16b0fCopy full SHA for 8c16b0f
jupyter_client/_version.py
@@ -2,7 +2,7 @@
2
from typing import List
3
from typing import Union
4
5
-__version__ = "7.1.2"
+__version__ = "7.2.0"
6
7
# Build up version_info tuple for backwards compatibility
8
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
pyproject.toml
@@ -15,7 +15,7 @@ skip = ["check-links"]
15
ignore = [".mailmap", "*.yml", "*.yaml"]
16
17
[tool.tbump.version]
18
-current = "7.1.2"
+current = "7.2.0"
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