Skip to content

Commit 43e20e9

Browse files
committedDec 5, 2023
Publish 0.8.0
SHA256 hashes: pytest_jupyter-0.8.0-py3-none-any.whl: 633ebbe8b95b61d294465a73c05e628a50f5166bfce1b3d656f7e7c274ef1dfb pytest_jupyter-0.8.0.tar.gz: 842817c300802c8608676bbb1460ba0081f2688cf5cb55b87d7bad5dcb0e9729
1 parent d83a09b commit 43e20e9

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed
 

‎CHANGELOG.md

+35-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

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

5+
## 0.8.0
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.7.0...d83a09ba47b003c5bab94bb0a8c7e7bd3cd283f1))
8+
9+
### Enhancements made
10+
11+
- Allow passing request_timeout to client_fetch [#67](https://github.com/jupyter-server/pytest-jupyter/pull/67) ([@afbarbaro](https://github.com/afbarbaro))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Add missing 0.7.0 changelog entry [#69](https://github.com/jupyter-server/pytest-jupyter/pull/69) ([@blink1073](https://github.com/blink1073))
16+
- Update ruff and typings [#66](https://github.com/jupyter-server/pytest-jupyter/pull/66) ([@blink1073](https://github.com/blink1073))
17+
- Clean up lint and add downstream tests [#64](https://github.com/jupyter-server/pytest-jupyter/pull/64) ([@blink1073](https://github.com/blink1073))
18+
- Use ruff format [#63](https://github.com/jupyter-server/pytest-jupyter/pull/63) ([@blink1073](https://github.com/blink1073))
19+
- Update ruff and typing [#62](https://github.com/jupyter-server/pytest-jupyter/pull/62) ([@blink1073](https://github.com/blink1073))
20+
- Update typings for traitlets 5.10.1 [#60](https://github.com/jupyter-server/pytest-jupyter/pull/60) ([@blink1073](https://github.com/blink1073))
21+
- Adopt sp-repo-review [#58](https://github.com/jupyter-server/pytest-jupyter/pull/58) ([@blink1073](https://github.com/blink1073))
22+
- Use local coverage [#54](https://github.com/jupyter-server/pytest-jupyter/pull/54) ([@blink1073](https://github.com/blink1073))
23+
24+
### Other merged PRs
25+
26+
- chore: update pre-commit hooks [#68](https://github.com/jupyter-server/pytest-jupyter/pull/68) ([@pre-commit-ci](https://github.com/pre-commit-ci))
27+
- chore: update pre-commit hooks [#65](https://github.com/jupyter-server/pytest-jupyter/pull/65) ([@pre-commit-ci](https://github.com/pre-commit-ci))
28+
- chore: update pre-commit hooks [#61](https://github.com/jupyter-server/pytest-jupyter/pull/61) ([@pre-commit-ci](https://github.com/pre-commit-ci))
29+
- Bump actions/checkout from 3 to 4 [#59](https://github.com/jupyter-server/pytest-jupyter/pull/59) ([@dependabot](https://github.com/dependabot))
30+
- Update release instructions with additonal commit steps [#52](https://github.com/jupyter-server/pytest-jupyter/pull/52) ([@kevin-bates](https://github.com/kevin-bates))
31+
32+
### Contributors to this release
33+
34+
([GitHub contributors page for this release](https://github.com/jupyter-server/pytest-jupyter/graphs/contributors?from=2023-03-30&to=2023-12-05&type=c))
35+
36+
[@afbarbaro](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Aafbarbaro+updated%3A2023-03-30..2023-12-05&type=Issues) | [@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2023-03-30..2023-12-05&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2023-03-30..2023-12-05&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Adependabot+updated%3A2023-03-30..2023-12-05&type=Issues) | [@kevin-bates](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Akevin-bates+updated%3A2023-03-30..2023-12-05&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2023-03-30..2023-12-05&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Awelcome+updated%3A2023-03-30..2023-12-05&type=Issues)
37+
38+
<!-- <END NEW CHANGELOG ENTRY> -->
39+
540
## 0.7.0
641

742
## What's Changed
@@ -21,8 +56,6 @@
2156

2257
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.6.2...v0.7.0))
2358

24-
<!-- <END NEW CHANGELOG ENTRY> -->
25-
2659
## 0.6.2
2760

2861
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.6.1...4d3cb820e2ffb435f6b482f1b08bcddce062436d))

‎pytest_jupyter/_version.py

+1-1
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.8.0.dev0"
5+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)