Skip to content

Commit 01c7565

Browse files
authored
🚀 RELEASE v0.19.1 (#735)
1 parent 322cb42 commit 01c7565

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.19.1 - 2023-03-02
4+
5+
🐛 FIX `NoURI` error in doc reference resolution, for texinfo builds (<gh-pr:734>)
6+
37
## 0.19.0 - 2023-03-01
48

59
This release brings a number of exciting new features, improvements, and upgrades 🎉

myst_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
with bridges to [docutils](https://docutils.sourceforge.io/)
33
and [Sphinx](https://github.com/sphinx-doc/sphinx).
44
"""
5-
__version__ = "0.19.0"
5+
__version__ = "0.19.1"
66

77

88
def setup(app):

0 commit comments

Comments
 (0)