From 891dc79a577e862d4467d8f16e760bd0d73502b9 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Thu, 2 Mar 2023 06:33:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20RELEASE=20v0.19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ myst_parser/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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):