From 871a9eb78c8fe4f343106bdca4a40a19c0e8800e Mon Sep 17 00:00:00 2001 From: blink1073 Date: Wed, 21 Feb 2024 17:44:21 +0000 Subject: [PATCH] Publish 0.9.0 SHA256 hashes: pytest_jupyter-0.9.0-py3-none-any.whl: 37c75b0763c2f59bf03860ee8bbfd4f2af71ea3434317f2b9ca632c9c5874442 pytest_jupyter-0.9.0.tar.gz: 88bdf4296a166959c1598f976e4b5faab3e11785f06cf97b248f305e60a5beda --- CHANGELOG.md | 24 ++++++++++++++++++++++-- pytest_jupyter/_version.py | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abcc35..4b14ebd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ +## 0.9.0 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.8.0...ecbb00c30aa753b9d114c33a06042c5409c0e08e)) + +### Enhancements made + +- Update event loop handling [#75](https://github.com/jupyter-server/pytest-jupyter/pull/75) ([@blink1073](https://github.com/blink1073)) + +### Other merged PRs + +- chore: update pre-commit hooks [#76](https://github.com/jupyter-server/pytest-jupyter/pull/76) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- chore: update pre-commit hooks [#74](https://github.com/jupyter-server/pytest-jupyter/pull/74) ([@pre-commit-ci](https://github.com/pre-commit-ci)) +- Fix typo [#73](https://github.com/jupyter-server/pytest-jupyter/pull/73) ([@davidbrochart](https://github.com/davidbrochart)) + +### Contributors to this release + +([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2023-12-05&to=2024-02-21&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2023-12-05..2024-02-21&type=Issues) | [@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Adavidbrochart+updated%3A2023-12-05..2024-02-21&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2023-12-05..2024-02-21&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2023-12-05..2024-02-21&type=Issues) + + + ## 0.8.0 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.7.0...d83a09ba47b003c5bab94bb0a8c7e7bd3cd283f1)) @@ -35,8 +57,6 @@ [@afbarbaro](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aafbarbaro+updated%3A2023-03-30..2023-12-05&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2023-03-30..2023-12-05&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2023-03-30..2023-12-05&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Adependabot+updated%3A2023-03-30..2023-12-05&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Akevin-bates+updated%3A2023-03-30..2023-12-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2023-03-30..2023-12-05&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2023-03-30..2023-12-05&type=Issues) - - ## 0.7.0 ## What's Changed diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index eed0787..1513c5c 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.9.0.dev0" +__version__ = "0.9.0"