Skip to content

Commit 7e2dd69

Browse files
committed
Publish 0.5.2
SHA256 hashes: pytest_jupyter-0.5.2-py3-none-any.whl: a31e0a31ca5f5abeb194e98835cc25de21742e699dae8dbed70a5e528c539351 pytest_jupyter-0.5.2.tar.gz: 6972430cb00788612853e41ff19c04f83c0792deb8e1186593d854356e2a4cad
1 parent 5838917 commit 7e2dd69

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.2
6+
7+
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.1...583891706f2cb9b83557f8ac3633177cf2657f88))
8+
9+
### Bugs fixed
10+
11+
- Restore public api names [#32](https://github.com/jupyter-server/pytest-jupyter/pull/32) ([@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-30&type=c))
16+
17+
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-29..2022-11-30&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.5.1
622

723
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.5.0...ab53dc343abab12343aae3d46cf1ab22c67a6f36))
@@ -16,8 +32,6 @@
1632

1733
[@blink1073](https://github.com/search?q=repo%3Ajupyter-server%2Fpytest-jupyter+involves%3Ablink1073+updated%3A2022-11-29..2022-11-29&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.5.0
2236

2337
([Full Changelog](https://github.com/jupyter-server/pytest-jupyter/compare/v0.4.1...10cf9ca3f7256e9793059838a5d2acc9763ab982))

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

0 commit comments

Comments
 (0)