From 60587fcee97e9ab8ba188e884c587c3a03bec5a2 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Mon, 19 Dec 2022 11:57:28 +0000 Subject: [PATCH] Publish 0.6.1 SHA256 hashes: pytest_jupyter-0.6.1-py3-none-any.whl: 3908da2c70b687188b45bf19b1aaf3226aec14ec444d6d94df97cbf4c7584984 pytest_jupyter-0.6.1.tar.gz: 9c30e5b8452d215ae7e86da46e66470d04f3f3f9f1330564302ba7bb6684d4b5 --- CHANGELOG.md | 18 ++++++++++++++++-- pytest_jupyter/_version.py | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5ddca..5c2cd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.6.1 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.6.0...5e9a4ddd9fa138fb00e1738095139a27070558a2)) + +### Bugs fixed + +- Handle TimeoutError During Fixture Shutdown [#40](https://github.com/jupyter-server/pytest-jupyter/pull/40) ([@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=2022-12-07&to=2022-12-19&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-12-07..2022-12-19&type=Issues) + + + ## 0.6.0 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.3...0d41f3ff76324b2e158763ee17bb6e3e0075748d)) @@ -27,8 +43,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-30..2022-12-07&type=Issues) | [@bollwyvl](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Abollwyvl+updated%3A2022-11-30..2022-12-07&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2022-11-30..2022-12-07&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2022-11-30..2022-12-07&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2022-11-30..2022-12-07&type=Issues) - - ## 0.5.3 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.2...4118fd38a44ab56b883699a73e10a5c6e59dbf90)) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index d3b2bce..e02a17b 100644 --- a/pytest_jupyter/_version.py +++ b/pytest_jupyter/_version.py @@ -1,4 +1,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.7.0.dev0" +__version__ = "0.6.1"