Skip to content

Commit

Permalink
🚀 RELEASE: v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 17, 2022
1 parent 997c04b commit 2d763d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.7.0 (2022-01-17)

🔀 Merge: Update package (#20)

- ⬆️ UPGRADE: nbconvert -> nbclient (for notebook execution)
- ⬆️ UPGRADE: coverage v4 -> v5 API (for execution with code coverage)
- 📚 DOCS: Use https for inter-sphinx URLs
- 📚 DOCS: Update documentation packages
- 🔧 Move to flit for PEP 621 packaging
- 🔧 Add isort pre-commit hook

## v0.6.1 (2020-10-16)

- 🐛 Fixed compatibility with pytest version 6
Expand Down
2 changes: 1 addition & 1 deletion pytest_notebook/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""A pytest plugin for testing Jupyter Notebooks."""
__version__ = "0.6.1"
__version__ = "0.7.0"

0 comments on commit 2d763d0

Please sign in to comment.