diff --git a/CHANGELOG.md b/CHANGELOG.md index 94293fd8..ceccde7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.19.1 - 2023-03-02 + +🐛 FIX `NoURI` error in doc reference resolution, for texinfo builds () + ## 0.19.0 - 2023-03-01 This release brings a number of exciting new features, improvements, and upgrades 🎉 diff --git a/myst_parser/__init__.py b/myst_parser/__init__.py index ef35016c..c5d54145 100644 --- a/myst_parser/__init__.py +++ b/myst_parser/__init__.py @@ -2,7 +2,7 @@ with bridges to [docutils](https://docutils.sourceforge.io/) and [Sphinx](https://github.com/sphinx-doc/sphinx). """ -__version__ = "0.19.0" +__version__ = "0.19.1" def setup(app):