Skip to content

Commit

Permalink
🚀 RELEASE: v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Oct 3, 2021
1 parent 66d26b2 commit 2cc1260
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.13.1 - 2021-10-04

✨ NEW: `nb_merge_streams` configuration [[PR #364](https://github.com/executablebooks/MyST-NB/pull/364)]

If `nb_merge_streams=True`, all stdout / stderr output streams are merged into single outputs. This ensures deterministic outputs.

## 0.13.0 - 2021-09-02

### Upgraded to `sphinx` v4 ⬆️
Expand Down
2 changes: 1 addition & 1 deletion myst_nb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.13.0"
__version__ = "0.13.1"

import os
from collections.abc import Sequence
Expand Down

0 comments on commit 2cc1260

Please sign in to comment.