Skip to content

Commit 3d3b19c

Browse files
authored
🚀 RELEASE v0.10.0 (chrisjsewell#63)
1 parent 7a43086 commit 3d3b19c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/source/changelog.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Changelog
22

3+
## v0.10.0 (2023-11-28)
4+
5+
* ⬆️ Support nbdime v4 (drop v3 support) by @amotl and @krassowski in <https://github.com/chrisjsewell/pytest-notebook/pull/62>
6+
37
## v0.9.0 (2023-11-12)
48

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
9+
* ⬆️ Add support for Python 3.12 by @sphuber in <https://github.com/chrisjsewell/pytest-notebook/pull/41>
10+
* ⬆️ Drop Python 3.7 by @chrisjsewell in <https://github.com/chrisjsewell/pytest-notebook/pull/55>
711

812
## v0.8.1 (2022-11-21)
913

pytest_notebook/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""A pytest plugin for testing Jupyter Notebooks."""
2-
__version__ = "0.9.0"
2+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)