diff --git a/CHANGELOG.md b/CHANGELOG.md index 36af7f8..b35bbf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +## 0.2.3 + +([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.2...5e7c41b19baaa04253f08b8e2474ea72983683d4)) + +### Bugs fixed + +- Switch away from pytest-asyncio [#25](https://github.com/jupyter-server/pytest-jupyter/pull/25) ([@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-11-27&to=2022-11-27&type=c)) + +[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-27&type=Issues) + + + ## 0.2.2 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.1...83d5ae13da2decca72fbcdfb718770340e2e6d56)) @@ -16,8 +32,6 @@ [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-27&type=Issues) - - ## 0.2.1 ([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.0...07f05b235d8c7731dda84e6738ab0252179feb38)) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index fadebbf..c815301 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.3.0.dev0" +__version__ = "0.2.3"