Skip to content

Commit

Permalink
🚀 RELEASE: v0.16.0 (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Jun 13, 2022
1 parent 8b6ab06 commit c72a3a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## v0.16.0 - 2022-06-13

[Full changelog](https:/executablebooks/MyST-NB/compare/v0.15.0...v0.16.0)

- ⬆️ UPGRADE: Sphinx v5 and drop v3 (see [changelog](https://www.sphinx-doc.org/en/master/changes.html)), myst-parser v0.18 (see [changelog](https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html))
- ⬆️ UPGRADE: Add Python 3.10 support

## v0.15.0 - 2022-05-05

[Full changelog](https:/executablebooks/MyST-NB/compare/v0.14.0...v0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion myst_nb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A docutils/sphinx parser for Jupyter Notebooks."""
__version__ = "0.15.0"
__version__ = "0.16.0"


def setup(app):
Expand Down

0 comments on commit c72a3a2

Please sign in to comment.