Skip to content

Commit bd16ec4

Browse files
authored
πŸš€ RELEASE: v0.11.1 (#294)
1 parent b144deb commit bd16ec4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## 0.11.1 - 2021-01-20
4+
5+
Minor update to handle MyST-Parser `v0.13.3` and `v4.5` notebooks.
6+
37
## 0.11.0 - 2021-01-12
48

59
This release updates MyST-Parser to `v0.13`,

β€Ž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.11.0"
1+
__version__ = "0.11.1"
22

33
from collections.abc import Sequence
44
import os

0 commit comments

Comments
Β (0)