Skip to content

Commit

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

jupyter_client-7.2.1-py3-none-any.whl: d10e31ac4b8364d1cb30ebcee9e5cc7b7eb5d23b76912be9ef3d4c75167fbc68

jupyter_client-7.2.1.tar.gz: aa177279e93205d0681ec0e2e210da01b22c5a1464a56abd455adcac64f0de91
  • Loading branch information
github-actions[bot] committed Mar 30, 2022
1 parent 40eaafb commit 1c7d9b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_client/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from typing import List
from typing import Union

__version__ = "7.2.0"
__version__ = "7.2.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 @@ -15,7 +15,7 @@ skip = ["check-links"]
ignore = [".mailmap", "*.yml", "*.yaml"]

[tool.tbump.version]
current = "7.2.0"
current = "7.2.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 1c7d9b2

Please sign in to comment.