From da8d2c18f64fabfacadaa5a7efd77738a3c83ed5 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Thu, 4 Apr 2024 11:49:16 +0000 Subject: [PATCH] Publish 0.10.1 SHA256 hashes: pytest_jupyter-0.10.1-py3-none-any.whl: 644ae23821fe74344e1ff4dfcdbbcd1d6ffc191f654f435f67a19e6dce141684 pytest_jupyter-0.10.1.tar.gz: 00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84 --- CHANGELOG.md | 22 ++++++++++++++++++++-- pytest_jupyter/_version.py | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a29c4a8..cbe1554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ +## 0.10.1 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.10.0...2211d1c87b89cba467b710d40dabfc85103eb481)) + +### Bugs fixed + +- Fix passing of kwargs to websocket_connect [#81](https://github.com/jupyter-server/pytest-jupyter/pull/81) ([@blink1073](https://github.com/blink1073)) + +### Maintenance and upkeep improvements + +- Set all min deps [#80](https://github.com/jupyter-server/pytest-jupyter/pull/80) ([@blink1073](https://github.com/blink1073)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2024-04-03&to=2024-04-04&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2024-04-03..2024-04-04&type=Issues) + + + ## 0.10.0 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.1...c0a675a56ba8660aa7b0859c84fa296ed441396d)) @@ -16,8 +36,6 @@ [@minrk](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aminrk+updated%3A2024-03-12..2024-04-03&type=Issues) - - ## 0.9.1 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.0...615720a8851595b4710136b859f2e7be4fe3d81d)) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index 03d4dec..32bf14f 100644 --- a/pytest_jupyter/_version.py +++ b/pytest_jupyter/_version.py @@ -2,4 +2,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.11.0.dev0" +__version__ = "0.10.1"