Skip to content

Commit 4136098

Browse files
authored
🚀 Release v0.9.0 (#57)
1 parent ab68ef9 commit 4136098

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/source/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.9.0 (2023-11-12)
4+
5+
* ⬆️ Add support for Python 3.12 by @sphuber in https://github.com/chrisjsewell/pytest-notebook/pull/41
6+
* ⬆️ Drop Python 3.7 by @chrisjsewell in https://github.com/chrisjsewell/pytest-notebook/pull/55
7+
8+
## v0.8.1 (2022-11-21)
9+
10+
* ⬆️ Add support for Python 3.10 and 3.11 by @sphuber in <https://github.com/chrisjsewell/pytest-notebook/pull/37>
11+
12+
## v0.8.0 (2022-07-30)
13+
14+
* 🐛 Coverage.py fix by @renefritze in <https://github.com/chrisjsewell/pytest-notebook/pull/25>
15+
316
## v0.7.0 (2022-01-17)
417

518
🔀 Merge: Update package (#20)

pytest_notebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""A pytest plugin for testing Jupyter Notebooks."""
2-
__version__ = "0.8.1"
2+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)