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 546ea2d commit c5183c0Copy full SHA for c5183c0
ipykernel/_version.py
@@ -5,7 +5,7 @@
5
from typing import List
6
7
# Version string must appear intact for tbump versioning
8
-__version__ = "6.12.1"
+__version__ = "6.13.0"
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
@@ -16,7 +16,7 @@ ignore = []
16
skip = ["check-links"]
17
18
[tool.tbump.version]
19
-current = "6.12.1"
+current = "6.13.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