We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c21b1 commit 3c425d3Copy full SHA for 3c425d3
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@
6
- ⬆️ UPDATE: importlib_metadata to `3.6`: to use new entry point loading interface
7
- Official support for Python 3.9
8
9
+(`0.12.2` and `0.12.3` fix a regression, when working with the entry point loading interface)
10
+
11
## 0.12.0 - 2021-02-23
12
13
This release adds an experimental MyST-NB feature to enable loading of code from a file
myst_nb/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.12.2"
+__version__ = "0.12.3"
2
3
import os
4
from collections.abc import Sequence
0 commit comments