We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f338f9 commit ed5f5ebCopy full SHA for ed5f5eb
ipykernel/_version.py
@@ -4,7 +4,7 @@
4
import re
5
6
# Version string must appear intact for tbump versioning
7
-__version__ = '6.9.2'
+__version__ = '6.10.0'
8
9
# Build up version_info tuple for backwards compatibility
10
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
pyproject.toml
@@ -16,7 +16,7 @@ ignore = []
16
skip = ["check-links"]
17
18
[tool.tbump.version]
19
-current = "6.9.2"
+current = "6.10.0"
20
regex = '''
21
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
22
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
0 commit comments