Skip to content

Commit 0fd3c88

Browse files
committed
Publish 0.5.1
SHA256 hashes: pytest_jupyter-0.5.1-py3-none-any.whl: 9bd4c1379962d59f837da6a1ee405f69cbed905ede401ada209b93ace591dfa3 pytest_jupyter-0.5.1.tar.gz: 19b33c8aad9bb720b98dfc01de31dafd05ea82af9850265fd81f6c3a8dd20564
1 parent ab53dc3 commit 0fd3c88

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.5.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.0...ab53dc343abab12343aae3d46cf1ab22c67a6f36))
8+
9+
### Maintenance and upkeep improvements
10+
11+
- Add py37 support and update project config [#31](https://github.com/jupyter-server/pytest-jupyter/pull/31) ([@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-29&to=2022-11-29&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-29..2022-11-29&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.0
622

723
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.1...10cf9ca3f7256e9793059838a5d2acc9763ab982))
@@ -18,8 +34,6 @@
1834

1935
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-28..2022-11-29&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2022-11-28..2022-11-29&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Apre-commit-ci+updated%3A2022-11-28..2022-11-29&type=Issues)
2036

21-
<!-- <END NEW CHANGELOG ENTRY> -->
22-
2337
## 0.4.1
2438

2539
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.0...16b3797eecb717929148b34d0c3f3fca3d4ef0b0))

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.6.0.dev0"
4+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)