Skip to content

Commit

Permalink
🚀 Release v0.9.0 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Nov 12, 2023
1 parent ab68ef9 commit 4136098
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.9.0 (2023-11-12)

* ⬆️ Add support for Python 3.12 by @sphuber in https://github.com/chrisjsewell/pytest-notebook/pull/41
* ⬆️ Drop Python 3.7 by @chrisjsewell in https://github.com/chrisjsewell/pytest-notebook/pull/55

## v0.8.1 (2022-11-21)

* ⬆️ Add support for Python 3.10 and 3.11 by @sphuber in <https://github.com/chrisjsewell/pytest-notebook/pull/37>

## v0.8.0 (2022-07-30)

* 🐛 Coverage.py fix by @renefritze in <https://github.com/chrisjsewell/pytest-notebook/pull/25>

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

🔀 Merge: Update package (#20)
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.8.1"
__version__ = "0.9.0"

0 comments on commit 4136098

Please sign in to comment.