We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997c04b commit 2d763d0Copy full SHA for 2d763d0
docs/source/changelog.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.7.0 (2022-01-17)
4
+
5
+🔀 Merge: Update package (#20)
6
7
+- ⬆️ UPGRADE: nbconvert -> nbclient (for notebook execution)
8
+- ⬆️ UPGRADE: coverage v4 -> v5 API (for execution with code coverage)
9
+- 📚 DOCS: Use https for inter-sphinx URLs
10
+- 📚 DOCS: Update documentation packages
11
+- 🔧 Move to flit for PEP 621 packaging
12
+- 🔧 Add isort pre-commit hook
13
14
## v0.6.1 (2020-10-16)
15
16
- 🐛 Fixed compatibility with pytest version 6
pytest_notebook/__init__.py
@@ -1,2 +1,2 @@
"""A pytest plugin for testing Jupyter Notebooks."""
-__version__ = "0.6.1"
+__version__ = "0.7.0"
0 commit comments