Skip to content

Commit 121c1a0

Browse files
Publish 6.14.0
SHA256 hashes: ipykernel-6.14.0-py3-none-any.whl: cbf50ed3dc9998d4077d8cd263275f232cbe67dbd2e79cd6d2644f3a4418148b ipykernel-6.14.0.tar.gz: 720f2a07aadf70ca05b034f2cdd0590a8bd56581ddf3b7ec4a37075366270e89
1 parent eede7bd commit 121c1a0

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.13.1"
8+
__version__ = "6.14.0"
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.13.1"
7+
version = "6.14.0"
88
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
99
license = {file = "COPYING.md"}
1010
readme = "README.md"
@@ -60,7 +60,7 @@ artifacts = ["ipykernel_launcher.py"]
6060
skip = ["check-links"]
6161

6262
[tool.tbump.version]
63-
current = "6.13.1"
63+
current = "6.14.0"
6464
regex = '''
6565
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6666
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)