Skip to content

Commit 763ff5f

Browse files
committed
Publish 7.4.5
SHA256 hashes: jupyter_client-7.4.5-py3-none-any.whl: feaad9c04871254067d3b8c41192b7aba8e9bbbf9df9830ecf2673939510c5b7 jupyter_client-7.4.5.tar.gz: 63eae06c40e1f2d9afa14447511fddc065c95dea3f2491fda2acccf91221954a
1 parent d27c8a4 commit 763ff5f

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

CHANGELOG.md

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

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

5+
## 7.4.5
6+
7+
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.4...d27c8a497c6cbb1a232fbbe75cb1fd0f53faa9b0))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- \[7.x\] Handle Jupyter Core Warning [#875](https://github.com/jupyter/jupyter_client/pull/875) ([@blink1073](https://github.com/blink1073))
12+
- Clean up 7.x workflows [#865](https://github.com/jupyter/jupyter_client/pull/865) ([@blink1073](https://github.com/blink1073))
13+
14+
### Contributors to this release
15+
16+
([GitHub contributors page for this release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-10-25&to=2022-11-10&type=c))
17+
18+
[@blink1073](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ablink1073+updated%3A2022-10-25..2022-11-10&type=Issues)
19+
20+
<!-- <END NEW CHANGELOG ENTRY> -->
21+
522
## 7.4.4
623

724
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.3...4029f6cad9223b1287980a1f0e966ff66557386e))
@@ -16,8 +33,6 @@
1633

1734
[@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ameeseeksmachine+updated%3A2022-10-19..2022-10-25&type=Issues)
1835

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2136
## 7.4.3
2237

2338
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.2...aa549b27d3622b1c381275777785f84dd3d5253d))

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.4"
5+
__version__ = "7.4.5"
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.4"
7+
version = "7.4.5"
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.4"
96+
current = "7.4.5"
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)