Skip to content

Commit f71daff

Browse files
committed
Publish 7.4.6
SHA256 hashes: jupyter_client-7.4.6-py3-none-any.whl: 540b6a5c9c2dc481c5dd54fd5acb260f03dfaaa7c5325b2ffb1f676710f8c7c4 jupyter_client-7.4.6.tar.gz: f7f9a9dc3a0ecd223ed6a5a00cf4140a5c252ec72e52d6de370748ed0aa083dd
1 parent 3394591 commit f71daff

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
<!-- <START NEW CHANGELOG ENTRY> -->
44

5+
## 7.4.6
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.5...3394591f161be4a19f9e61c66ba510d7e29afd59))
8+
9+
### Bugs fixed
10+
11+
- Reconcile connection information [#879](https://github.com/jupyter/jupyter_client/pull/879) ([@kevin-bates](https://github.com/kevin-bates))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-11-10&to=2022-11-15&type=c))
16+
17+
[@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ameeseeksmachine+updated%3A2022-11-10..2022-11-15&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 7.4.5
622

723
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.4...d27c8a497c6cbb1a232fbbe75cb1fd0f53faa9b0))
@@ -17,8 +33,6 @@
1733

1834
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-10-25..2022-11-10&type=Issues)
1935

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2236
## 7.4.4
2337

2438
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.3...4029f6cad9223b1287980a1f0e966ff66557386e))

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.4.5"
5+
__version__ = "7.4.6"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "jupyter_client"
7-
version = "7.4.5"
7+
version = "7.4.6"
88
description = "Jupyter protocol implementation and client libraries"
99
keywords = [ "Interactive", "Interpreter", "Shell", "Web",]
1010
classifiers = [
@@ -93,7 +93,7 @@ skip = ["check-links"]
9393
ignore = [".mailmap", "*.yml", "*.yaml"]
9494

9595
[tool.tbump.version]
96-
current = "7.4.5"
96+
current = "7.4.6"
9797
regex = '''
9898
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
9999
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)