Skip to content

Commit

Permalink
🚀 RELEASE: v0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Apr 26, 2021
1 parent a4c21b1 commit 3c425d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
- ⬆️ UPDATE: importlib_metadata to `3.6`: to use new entry point loading interface
- Official support for Python 3.9

(`0.12.2` and `0.12.3` fix a regression, when working with the entry point loading interface)

## 0.12.0 - 2021-02-23

This release adds an experimental MyST-NB feature to enable loading of code from a file
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.12.2"
__version__ = "0.12.3"

import os
from collections.abc import Sequence
Expand Down

0 comments on commit 3c425d3

Please sign in to comment.