Skip to content

Commit d7af9f0

Browse files
committed
Publish 0.6.2
SHA256 hashes: pytest_jupyter-0.6.2-py3-none-any.whl: 952d53f8c9ff74795f84797e75d4488843a692b62c8121fa50e999a39fb24020 pytest_jupyter-0.6.2.tar.gz: 47f80f573384f274470282d044cd2566b81d7379112446f69adb1fcdfc3351ca
1 parent 4d3cb82 commit d7af9f0

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.6.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.6.1...4d3cb820e2ffb435f6b482f1b08bcddce062436d))
8+
9+
### Bugs fixed
10+
11+
- Handle asyncio timeout [#41](https://github.com/jupyter-server/pytest-jupyter/pull/41) ([@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-12-19&to=2022-12-19&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-12-19..2022-12-19&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.6.1
622

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

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

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

2337
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.3...0d41f3ff76324b2e158763ee17bb6e3e0075748d))

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.7.0.dev0"
4+
__version__ = "0.6.2"

0 commit comments

Comments
 (0)