Skip to content

Commit da8d2c1

Browse files
committed
Publish 0.10.1
SHA256 hashes: pytest_jupyter-0.10.1-py3-none-any.whl: 644ae23821fe74344e1ff4dfcdbbcd1d6ffc191f654f435f67a19e6dce141684 pytest_jupyter-0.10.1.tar.gz: 00df54eef9e201dd542d5471b8980def15d34b917b30587d14d7c824fc4d9e84
1 parent 2211d1c commit da8d2c1

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

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

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

5+
## 0.10.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.10.0...2211d1c87b89cba467b710d40dabfc85103eb481))
8+
9+
### Bugs fixed
10+
11+
- Fix passing of kwargs to websocket_connect [#81](https://github.com/jupyter-server/pytest-jupyter/pull/81) ([@blink1073](https://github.com/blink1073))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Set all min deps [#80](https://github.com/jupyter-server/pytest-jupyter/pull/80) ([@blink1073](https://github.com/blink1073))
16+
17+
### Contributors to this release
18+
19+
([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2024-04-03&to=2024-04-04&type=c))
20+
21+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2024-04-03..2024-04-04&type=Issues)
22+
23+
<!-- <END NEW CHANGELOG ENTRY> -->
24+
525
## 0.10.0
626

727
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.1...c0a675a56ba8660aa7b0859c84fa296ed441396d))
@@ -16,8 +36,6 @@
1636

1737
[@minrk](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aminrk+updated%3A2024-03-12..2024-04-03&type=Issues)
1838

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2139
## 0.9.1
2240

2341
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.0...615720a8851595b4710136b859f2e7be4fe3d81d))

pytest_jupyter/_version.py

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

5-
__version__ = "0.11.0.dev0"
5+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)