Skip to content

Commit 0f6efaa

Browse files
Publish 6.15.3
SHA256 hashes: ipykernel-6.15.3-py3-none-any.whl: befe3736944b21afec8e832725e9a45f254c8bd9afc40b61d6661c97e45aff5a ipykernel-6.15.3.tar.gz: b81d57b0e171670844bf29cdc11562b1010d3da87115c4513e0ee660a8368765
1 parent 9a09c4f commit 0f6efaa

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.2"
8+
__version__ = "6.15.3"
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.2"
7+
version = "6.15.3"
88
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
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.2"
64+
current = "6.15.3"
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)