File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
7
## v0.9.0 (2023-11-12)
4
8
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 >
7
11
8
12
## v0.8.1 (2022-11-21)
9
13
Original file line number Diff line number Diff line change 1
1
"""A pytest plugin for testing Jupyter Notebooks."""
2
- __version__ = "0.9 .0"
2
+ __version__ = "0.10 .0"
You can’t perform that action at this time.
0 commit comments