Skip to content

Commit 83a2ede

Browse files
Publish 6.12.0
SHA256 hashes: ipykernel-6.12.0-py3-none-any.whl: 27df441a61eac1ee6bbf9094789525e331cc176a633959a1ba409f583c5940c2 ipykernel-6.12.0.tar.gz: 84fae3617b70b1219d99a53888d6c404e0e0bc251d13d35dbb84fbf83cf5f894
1 parent 3d8df3e commit 83a2ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import re
55

66
# Version string must appear intact for tbump versioning
7-
__version__ = "6.11.0"
7+
__version__ = "6.12.0"
88

99
# Build up version_info tuple for backwards compatibility
1010
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ignore = []
1616
skip = ["check-links"]
1717

1818
[tool.tbump.version]
19-
current = "6.11.0"
19+
current = "6.12.0"
2020
regex = '''
2121
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2222
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)