Skip to content

Commit

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

ipykernel-6.12.1-py3-none-any.whl: d840e3bf1c4b23bf6939f78dcdae639c9f6962e41d17e1c084a18c3c7f972d3a

ipykernel-6.12.1.tar.gz: 0868f5561729ade444011f8ca7d3502dc9f27f7f44e20f1d5fee7e1f2b7183a1
  • Loading branch information
github-actions[bot] committed Apr 4, 2022
1 parent 984b3f7 commit cb5fbaa
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.12.0"
__version__ = "6.12.1"

# 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.12.0"
current = "6.12.1"
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 cb5fbaa

Please sign in to comment.