Skip to content

Commit

Permalink
πŸš€ RELEASE: v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jan 12, 2021
1 parent 9fddd23 commit e2a4b6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 0.10.2 - 2021-01-12

Minor fixes:

- πŸ› FIX: empty myst file read
- πŸ› FIX: remove cell background-color CSS for cells
- πŸ”§ MAINTAIN: Pin jupyter-sphinx version

## 0.10.1 - 2020-09-08

⬆️ UPGRADE: myst-parser v0.12.9
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.10.1"
__version__ = "0.10.2"

from collections.abc import Sequence
import os
Expand Down

0 comments on commit e2a4b6d

Please sign in to comment.