From 5ffa3d4a00b4db96683792e9e34b7a1b5e6618a9 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 16 Nov 2022 15:48:44 +0000 Subject: [PATCH] Publish 7.4.7 SHA256 hashes: jupyter_client-7.4.7-py3-none-any.whl: df56ae23b8e1da1b66f89dee1368e948b24a7f780fa822c5735187589fc4c157 jupyter_client-7.4.7.tar.gz: 330f6b627e0b4bf2f54a3a0dd9e4a22d2b649c8518168afedce2c96a1ceb2860 --- CHANGELOG.md | 18 ++++++++++++++++-- jupyter_client/_version.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c65d3d9..a21e18a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 7.4.7 + +([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.6...56df36b535710d2c247a2749deec456c75191af5)) + +### Bugs fixed + +- Fix connection reconciliation to handle restarts [#882](https://github.com/jupyter/jupyter_client/pull/882) ([@kevin-bates](https://github.com/kevin-bates)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter/jupyter_client/graphs/contributors?from=2022-11-15&to=2022-11-16&type=c)) + +[@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ameeseeksmachine+updated%3A2022-11-15..2022-11-16&type=Issues) + + + ## 7.4.6 ([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.5...3394591f161be4a19f9e61c66ba510d7e29afd59)) @@ -16,8 +32,6 @@ [@meeseeksmachine](https://github.com/search?q=repo%3Ajupyter%2Fjupyter_client+involves%3Ameeseeksmachine+updated%3A2022-11-10..2022-11-15&type=Issues) - - ## 7.4.5 ([Full Changelog](https://github.com/jupyter/jupyter_client/compare/v7.4.4...d27c8a497c6cbb1a232fbbe75cb1fd0f53faa9b0)) diff --git a/jupyter_client/_version.py b/jupyter_client/_version.py index 3963d251d..0ec0fa420 100644 --- a/jupyter_client/_version.py +++ b/jupyter_client/_version.py @@ -2,7 +2,7 @@ from typing import List from typing import Union -__version__ = "7.4.6" +__version__ = "7.4.7" # Build up version_info tuple for backwards compatibility pattern = r'(?P\d+).(?P\d+).(?P\d+)(?P.*)' diff --git a/pyproject.toml b/pyproject.toml index 66bcf006e..3030b158b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_client" -version = "7.4.6" +version = "7.4.7" description = "Jupyter protocol implementation and client libraries" keywords = [ "Interactive", "Interpreter", "Shell", "Web",] classifiers = [ @@ -93,7 +93,7 @@ skip = ["check-links"] ignore = [".mailmap", "*.yml", "*.yaml"] [tool.tbump.version] -current = "7.4.6" +current = "7.4.7" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?