Skip to content

Commit 040bfed

Browse files
committed
Publish 0.2.1
SHA256 hashes: pytest_jupyter-0.2.1-py3-none-any.whl: f563c3e01fbc083ad8f4b19982a1fd1584175642a26a0ce291a120a31e4b7660 pytest_jupyter-0.2.1.tar.gz: c305ce3348c2a2740e624354cb4592c1954178eaaf54f9eeb702ae4a995e0cf3
1 parent 07f05b2 commit 040bfed

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.2.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.2.0...07f05b235d8c7731dda84e6738ab0252179feb38))
8+
9+
### Bugs fixed
10+
11+
- Fix imports [#23](https://github.com/jupyter-server/pytest-jupyter/pull/23) ([@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-27&to=2022-11-27&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-27&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.2.0
622

723
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/0.1.0...6c530ccefdfda73ba3ed9cc4d36356c30efec6e8))
@@ -20,8 +36,6 @@
2036

2137
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-27..2022-11-27&type=Issues) | [@codecov](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Acodecov+updated%3A2022-11-27..2022-11-27&type=Issues)
2238

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2539
## 0.1.0
2640

2741
Initial Release

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.3.0.dev0"
4+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)