Skip to content

Commit c72a3a2

Browse files
authored
🚀 RELEASE: v0.16.0 (#426)
1 parent 8b6ab06 commit c72a3a2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## v0.16.0 - 2022-06-13
4+
5+
[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.15.0...v0.16.0)
6+
7+
- ⬆️ 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))
8+
- ⬆️ UPGRADE: Add Python 3.10 support
9+
310
## v0.15.0 - 2022-05-05
411

512
[Full changelog](https://github.com/executablebooks/MyST-NB/compare/v0.14.0...v0.15.0)

myst_nb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A docutils/sphinx parser for Jupyter Notebooks."""
2-
__version__ = "0.15.0"
2+
__version__ = "0.16.0"
33

44

55
def setup(app):

0 commit comments

Comments
 (0)