Skip to content

Commit 7283ccb

Browse files
Publish 6.9.2
SHA256 hashes: ipykernel-6.9.2-py3-none-any.whl: c977cff576b8425a68d3a6916510903833f0f25ed8d5c282a0c51c35de27bd47 ipykernel-6.9.2.tar.gz: 4c3cc8cb359f2ead70c30f5504971c0d285e2c1c699d2ce9af0216fe9c9fb17c
1 parent d872e6f commit 7283ccb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ipykernel/_version.py

+1-1
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.9.1'
7+
__version__ = '6.9.2'
88

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

Diff for: pyproject.toml

+1-1
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.9.1"
19+
current = "6.9.2"
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)