File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## v0.7.0 (2022-01-17)
4
17
5
18
🔀 Merge: Update package (#20 )
Original file line number Diff line number Diff line change 1
1
"""A pytest plugin for testing Jupyter Notebooks."""
2
- __version__ = "0.8.1 "
2
+ __version__ = "0.9.0 "
You can’t perform that action at this time.
0 commit comments