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 d1a5754 commit dd54b0bCopy full SHA for dd54b0b
jupyter_client/_version.py
@@ -2,7 +2,7 @@
2
from typing import List
3
from typing import Union
4
5
-__version__ = "7.1.1"
+__version__ = "7.1.2"
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
@@ -14,7 +14,7 @@ skip = ["check-links"]
14
ignore = [".mailmap", "*.yml", "*.yaml"]
15
16
[tool.tbump.version]
17
-current = "7.1.1"
+current = "7.1.2"
18
regex = '''
19
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
20
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments