Skip to content

Commit

Permalink
Publish 6.15.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

ipykernel-6.15.0-py3-none-any.whl: b9ed519a29eb819eb82e87e0d3754088237b233e5c647b8bb0ff23c8c70ed16f

ipykernel-6.15.0.tar.gz: b59f9d9672c3a483494bb75915a2b315e78b833a38b039b1ee36dc28683f0d89
  • Loading branch information
github-actions[bot] committed Jun 15, 2022
1 parent df81065 commit b1da6d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipykernel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from typing import List

# Version string must appear intact for tbump versioning
__version__ = "6.14.0"
__version__ = "6.15.0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "ipykernel"
version = "6.14.0"
version = "6.15.0"
authors = [{name = "IPython Development Team", email = "[email protected]"}]
license = {file = "COPYING.md"}
readme = "README.md"
Expand Down Expand Up @@ -61,7 +61,7 @@ artifacts = ["ipykernel_launcher.py"]
skip = ["check-links"]

[tool.tbump.version]
current = "6.14.0"
current = "6.15.0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit b1da6d0

Please sign in to comment.