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 27fcd6b commit 3d8e04bCopy full SHA for 3d8e04b
jupyter_client/_version.py
@@ -2,7 +2,7 @@
2
from typing import List
3
from typing import Union
4
5
-__version__ = "7.0.3"
+__version__ = "7.0.4"
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.0.3"
+current = "7.0.4"
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