Skip to content

Commit

Permalink
Publish 0.5.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

pytest_jupyter-0.5.0-py3-none-any.whl: 36cfea7ec55a364055aadb6a168b74f07cf8fb8e37a54436a20ab35cb08728b7

pytest_jupyter-0.5.0.tar.gz: f0b742c954645f0a3b97b4c8414a01853938227e011a91bc8c9951597ad9ecc1
  • Loading branch information
blink1073 committed Nov 29, 2022
1 parent 10cf9ca commit aef114e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 0.5.0

([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.1...10cf9ca3f7256e9793059838a5d2acc9763ab982))

### Enhancements made

- Inline pytest_tornasync and add downstream tests [#30](https://github.com/jupyter-server/pytest-jupyter/pull/30) ([@blink1073](https://github.com/blink1073))

### Other merged PRs

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2022-11-28&to=2022-11-29&type=c))

[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2022-11-28..2022-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.4.1

([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.0...16b3797eecb717929148b34d0c3f3fca3d4ef0b0))
Expand All @@ -16,8 +34,6 @@

[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-28&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.4.0

([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.3...e6b05fed3a3d10627ffe222cd2d3ca9ca1ee7bce))
Expand Down
2 changes: 1 addition & 1 deletion pytest_jupyter/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.5.0.dev0"
__version__ = "0.5.0"

0 comments on commit aef114e

Please sign in to comment.