From 8e495cb3b8fa02d71c77d5de678f690fd96faad8 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 3 Apr 2024 11:11:33 +0000 Subject: [PATCH] Publish 0.10.0 SHA256 hashes: pytest_jupyter-0.10.0-py3-none-any.whl: 2efea58c24b26af2e6cc46a6600ed77c40fe5fba1d5040f34bcf1edf199207d2 pytest_jupyter-0.10.0.tar.gz: 5f037fe6d3afafa3de5cbd1b777a3d0aa5d5cd576b98a38bd540a0913aa63050 --- CHANGELOG.md | 18 ++++++++++++++++-- pytest_jupyter/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b28f2..a29c4a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.10.0 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.1...c0a675a56ba8660aa7b0859c84fa296ed441396d)) + +### Enhancements made + +- jp_ws_fetch: passthrough kwargs to websocket_connect [#78](https://github.com/jupyter-server/pytest-jupyter/pull/78) ([@minrk](https://github.com/minrk)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2024-03-12&to=2024-04-03&type=c)) + +[@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)) @@ -16,8 +32,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2024-02-21..2024-03-12&type=Issues) - - ## 0.9.0 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.8.0...ecbb00c30aa753b9d114c33a06042c5409c0e08e)) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index a731cfd..1814445 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.10.0.dev0" +__version__ = "0.10.0"