Skip to content

Commit aef114e

Browse files
committed
Publish 0.5.0
SHA256 hashes: pytest_jupyter-0.5.0-py3-none-any.whl: 36cfea7ec55a364055aadb6a168b74f07cf8fb8e37a54436a20ab35cb08728b7 pytest_jupyter-0.5.0.tar.gz: f0b742c954645f0a3b97b4c8414a01853938227e011a91bc8c9951597ad9ecc1
1 parent 10cf9ca commit aef114e

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

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

5+
## 0.5.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.1...10cf9ca3f7256e9793059838a5d2acc9763ab982))
8+
9+
### Enhancements made
10+
11+
- Inline pytest_tornasync and add downstream tests [#30](https://github.com/jupyter-server/pytest-jupyter/pull/30) ([@blink1073](https://github.com/blink1073))
12+
13+
### Other merged PRs
14+
15+
### Contributors to this release
16+
17+
([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))
18+
19+
[@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)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.4.1
624

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

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2137
## 0.4.0
2238

2339
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.3...e6b05fed3a3d10627ffe222cd2d3ca9ca1ee7bce))

pytest_jupyter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright (c) Jupyter Development Team.
22
# Distributed under the terms of the Modified BSD License.
33

4-
__version__ = "0.5.0.dev0"
4+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)