Skip to content

Commit ef02c13

Browse files
Publish 7.2.2
SHA256 hashes: jupyter_client-7.2.2-py3-none-any.whl: 44045448eadc12493d819d965eb1dc9d10d1927698adbb9b14eb9a3a4a45ba53 jupyter_client-7.2.2.tar.gz: 8fdbad344a8baa6a413d86d25bbf87ce21cb2b4aa5a8e0413863b9754eb8eb8a
1 parent 6b0fb7d commit ef02c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_client/_version.py

Lines changed: 1 addition & 1 deletion
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.2.1"
5+
__version__ = "7.2.2"
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

Lines changed: 1 addition & 1 deletion
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.2.1"
18+
current = "7.2.2"
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)