Skip to content

Commit 2d763d0

Browse files
committed
🚀 RELEASE: v0.7.0
1 parent 997c04b commit 2d763d0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/source/changelog.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## v0.6.1 (2020-10-16)
415

516
- 🐛 Fixed compatibility with pytest version 6

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.6.1"
2+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)