diff --git a/NEWS.rst b/NEWS.rst index 67357179..dd486dc1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,9 @@ +Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__ + * Fix gallery regression in Sphinx 7.2 + +__ https://pypi.org/project/nbsphinx/0.9.3/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.9.2...0.9.3 + Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__ * Improve support for ``sphinx_immaterial`` theme * Improve support for links starting with ``#`` diff --git a/src/nbsphinx/__init__.py b/src/nbsphinx/__init__.py index db37b0e0..5f547bc3 100644 --- a/src/nbsphinx/__init__.py +++ b/src/nbsphinx/__init__.py @@ -3,7 +3,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.9.2' +__version__ = '0.9.3' import collections.abc import copy