Skip to content

Commit 3c425d3

Browse files
committed
🚀 RELEASE: v0.12.3
1 parent a4c21b1 commit 3c425d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
- ⬆️ UPDATE: importlib_metadata to `3.6`: to use new entry point loading interface
77
- Official support for Python 3.9
88

9+
(`0.12.2` and `0.12.3` fix a regression, when working with the entry point loading interface)
10+
911
## 0.12.0 - 2021-02-23
1012

1113
This release adds an experimental MyST-NB feature to enable loading of code from a file

myst_nb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.12.2"
1+
__version__ = "0.12.3"
22

33
import os
44
from collections.abc import Sequence

0 commit comments

Comments
 (0)