Skip to content

Commit 48bb422

Browse files
committed
Publish 0.11.0
SHA256 hashes: pytest_jupyter-0.11.0-py3-none-any.whl: 677aec971c1e0aa60fb98db248eca4f916f0595012215190028a9e44a8cb64ba pytest_jupyter-0.11.0.tar.gz: a4e08ced44cfea1bce080090c626b8dc4f9d617fa5aafcd84b71405f503e9899
1 parent b7214a0 commit 48bb422

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.11.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.10.1...b7214a010fcb20f220614b011b805f6f91619fa0))
8+
9+
### Merged PRs
10+
11+
- Drop 3.8, Start testing on 3.13, 3.14 and 3.14t, update precommit [#84](https://github.com/jupyter-server/pytest-jupyter/pull/84) ([@Carreau](https://github.com/Carreau))
12+
- Improved doc string for jp_fetch to include how to provide query parameters in GET and json data in POST [#83](https://github.com/jupyter-server/pytest-jupyter/pull/83) ([@0Hughman0](https://github.com/0Hughman0))
13+
- Restore the ability to override a serverapp's HTTP port [#82](https://github.com/jupyter-server/pytest-jupyter/pull/82) ([@ojarjur](https://github.com/ojarjur))
14+
15+
### Contributors to this release
16+
17+
([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2024-04-04&to=2025-10-16&type=c))
18+
19+
[@0Hughman0](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3A0Hughman0+updated%3A2024-04-04..2025-10-16&type=Issues) | [@Carreau](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3ACarreau+updated%3A2024-04-04..2025-10-16&type=Issues) | [@ojarjur](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aojarjur+updated%3A2024-04-04..2025-10-16&type=Issues)
20+
21+
<!-- <END NEW CHANGELOG ENTRY> -->
22+
523
## 0.10.1
624

725
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.10.0...2211d1c87b89cba467b710d40dabfc85103eb481))
@@ -20,8 +38,6 @@
2038

2139
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2024-04-03..2024-04-04&type=Issues)
2240

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2541
## 0.10.0
2642

2743
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.9.1...c0a675a56ba8660aa7b0859c84fa296ed441396d))

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

0 commit comments

Comments
 (0)