Skip to content

Commit 446cf0d

Browse files
committed
🚀 RELEASE: v0.10.1
1 parent fd8f703 commit 446cf0d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,26 @@
11
# Change Log
22

3+
## 0.10.1 - 2020-09-08
4+
5+
⬆️ UPGRADE: myst-parser v0.12.9
6+
7+
: Minor bug fixes and enhancements / new features
8+
39
## 0.10.0 - 2020-08-28
410

511
⬆️ UPGRADE: jupyter-sphinx v0.3, jupyter-cache v0.4.1 and nbclient v0.5.
6-
These upgrades allow for full Windows OS compatibility, and improve the stability of notebook execution on small machines.
12+
13+
: These upgrades allow for full Windows OS compatibility, and improve the stability of notebook execution on small machines.
714

815
👌 IMPROVE: Formatting of stderr is now similar to stdout, but with a slight red background.
916

1017
🧪 TESTS: Add Windows CI
1118

1219
## 0.9.2 - 2020-08-27
1320

14-
⬆️ UPGRADE: myst-parser patch version, to ensure a few new features and bug fixes are incorporated (see its [CHANGELOG.md](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md))
21+
⬆️ UPGRADE: myst-parser patch version
22+
23+
: to ensure a few new features and bug fixes are incorporated (see its [CHANGELOG.md](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md))
1524

1625
## 0.9.1 - 2020-08-24
1726

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@
100100
myst_admonition_enable = True
101101
myst_amsmath_enable = True
102102
myst_html_img_enable = True
103+
myst_deflist_enable = True
103104
myst_url_schemes = ("http", "https", "mailto")
105+
panels_add_boostrap_css = False
104106

105107

106108
def setup(app):

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.10.0"
1+
__version__ = "0.10.1"
22

33
from collections.abc import Sequence
44
import os

0 commit comments

Comments
 (0)