Skip to content

Commit

Permalink
🚀 RELEASE v0.10.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 28, 2023
1 parent 7a43086 commit 3d3b19c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## v0.10.0 (2023-11-28)

* ⬆️ Support nbdime v4 (drop v3 support) by @amotl and @krassowski in <https://github.com/chrisjsewell/pytest-notebook/pull/62>

## 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
* ⬆️ 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)

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.9.0"
__version__ = "0.10.0"

0 comments on commit 3d3b19c

Please # to comment.