Skip to content

Commit

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

ipykernel-6.15.3-py3-none-any.whl: befe3736944b21afec8e832725e9a45f254c8bd9afc40b61d6661c97e45aff5a

ipykernel-6.15.3.tar.gz: b81d57b0e171670844bf29cdc11562b1010d3da87115c4513e0ee660a8368765
  • Loading branch information
github-actions[bot] committed Sep 13, 2022
1 parent 9a09c4f commit 0f6efaa
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.15.2"
__version__ = "6.15.3"

# 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.15.2"
version = "6.15.3"
authors = [{name = "IPython Development Team", email = "ipython-dev@scipy.org"}]
license = {file = "COPYING.md"}
readme = "README.md"
Expand Down Expand Up @@ -61,7 +61,7 @@ test = [
skip = ["check-links"]

[tool.tbump.version]
current = "6.15.2"
current = "6.15.3"
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 0f6efaa

Please sign in to comment.