We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b144deb commit bd16ec4Copy full SHA for bd16ec4
βCHANGELOG.mdβ
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.11.1 - 2021-01-20
4
+
5
+Minor update to handle MyST-Parser `v0.13.3` and `v4.5` notebooks.
6
7
## 0.11.0 - 2021-01-12
8
9
This release updates MyST-Parser to `v0.13`,
βmyst_nb/__init__.pyβ
@@ -1,4 +1,4 @@
-__version__ = "0.11.0"
+__version__ = "0.11.1"
from collections.abc import Sequence
import os
0 commit comments