Skip to content

Commit 9aee3f1

Browse files
Publish 6.15.2
SHA256 hashes: ipykernel-6.15.2-py3-none-any.whl: 59183ef833b82c72211aace3fb48fd20eae8e2d0cae475f3d5c39d4a688e81ec ipykernel-6.15.2.tar.gz: e7481083b438609c9c8a22d6362e8e1bc6ec94ba0741b666941e634f2d61bdf3
1 parent 72cd22b commit 9aee3f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ipykernel/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List
66

77
# Version string must appear intact for tbump versioning
8-
__version__ = "6.15.1"
8+
__version__ = "6.15.2"
99

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "ipykernel"
7-
version = "6.15.1"
7+
version = "6.15.2"
88
authors = [{name = "IPython Development Team", email = "[email protected]"}]
99
license = {file = "COPYING.md"}
1010
readme = "README.md"
@@ -61,7 +61,7 @@ test = [
6161
skip = ["check-links"]
6262

6363
[tool.tbump.version]
64-
current = "6.15.1"
64+
current = "6.15.2"
6565
regex = '''
6666
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6767
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)