Skip to content

Commit 8c16b0f

Browse files
Publish 7.2.0
SHA256 hashes: jupyter_client-7.2.0-py3-none-any.whl: c5d9177edb74a0a0d060965dd33ec589b58cf7d1a16f9b60c465404852e0f992 jupyter_client-7.2.0.tar.gz: 00e284dd1a5ac605ead8a42ada2a97041b642c1ef6cefb30c3c415b4eb94bead
1 parent 506a847 commit 8c16b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_client/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import List
33
from typing import Union
44

5-
__version__ = "7.1.2"
5+
__version__ = "7.2.0"
66

77
# Build up version_info tuple for backwards compatibility
88
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ skip = ["check-links"]
1515
ignore = [".mailmap", "*.yml", "*.yaml"]
1616

1717
[tool.tbump.version]
18-
current = "7.1.2"
18+
current = "7.2.0"
1919
regex = '''
2020
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2121
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)