Skip to content

Commit c7915e4

Browse files
committed
Publish 0.2.0
SHA256 hashes: pytest_jupyter-0.2.0-py3-none-any.whl: 3875849054c8621d7ae707ca1dd820535b144cabac655db7cfb51d55e88314fc pytest_jupyter-0.2.0.tar.gz: 9360fc07f2afc9fde0df5d303ed629c41494fb0ec0fa6d45d85fbef1b912dea9
1 parent 6c530cc commit c7915e4

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,8 +2,26 @@
22

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

5-
## 0.1.0
5+
## 0.2.0
66

7-
Initial Release
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/0.1.0...6c530ccefdfda73ba3ed9cc4d36356c30efec6e8))
8+
9+
### Enhancements made
10+
11+
- Clean up echo kernel handling and update readme [#22](https://github.com/jupyter-server/pytest-jupyter/pull/22) ([@blink1073](https://github.com/blink1073))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Add releaser workflows [#21](https://github.com/jupyter-server/pytest-jupyter/pull/21) ([@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=2022-11-27&to=2022-11-27&type=c))
20+
21+
[@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)
822

923
<!-- <END NEW CHANGELOG ENTRY> -->
24+
25+
## 0.1.0
26+
27+
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.1.0"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)