Skip to content

Commit 454f69f

Browse files
committed
Publish 0.4.1
SHA256 hashes: pytest_jupyter-0.4.1-py3-none-any.whl: 2dbce5c29b20b2e45a50d9b4c774ce2b63b8cea67250e9c5a9d44972b0dbebe6 pytest_jupyter-0.4.1.tar.gz: 866511ac8606b97c2999a986c7d9f9ef3d0bc0e48a84bddf1d32b3e45c922b0e
1 parent 16b3797 commit 454f69f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.4.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.0...16b3797eecb717929148b34d0c3f3fca3d4ef0b0))
8+
9+
### Bugs fixed
10+
11+
- Fix event loop policy handling [#27](https://github.com/jupyter-server/pytest-jupyter/pull/27) ([@blink1073](https://github.com/blink1073))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2022-11-27&to=2022-11-28&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-28&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.4.0
622

723
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.3...e6b05fed3a3d10627ffe222cd2d3ca9ca1ee7bce))
@@ -16,8 +32,6 @@
1632

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

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.2.3
2236

2337
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.2...5e7c41b19baaa04253f08b8e2474ea72983683d4))

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.4.1"

0 commit comments

Comments
 (0)