Skip to content

Commit

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

ipykernel-6.12.0-py3-none-any.whl: 27df441a61eac1ee6bbf9094789525e331cc176a633959a1ba409f583c5940c2

ipykernel-6.12.0.tar.gz: 84fae3617b70b1219d99a53888d6c404e0e0bc251d13d35dbb84fbf83cf5f894
  • Loading branch information
github-actions[bot] committed Apr 4, 2022
1 parent 3d8df3e commit 83a2ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ipykernel/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re

# Version string must appear intact for tbump versioning
__version__ = "6.11.0"
__version__ = "6.12.0"

# Build up version_info tuple for backwards compatibility
pattern = r"(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignore = []
skip = ["check-links"]

[tool.tbump.version]
current = "6.11.0"
current = "6.12.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 83a2ede

Please sign in to comment.