Skip to content

Commit 6f92f9b

Browse files
committed
Release 0.9.2
1 parent 5962650 commit 6f92f9b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

NEWS.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__
2+
* Improve support for ``sphinx_immaterial`` theme
3+
* Improve support for links starting with ``#``
4+
* Add support for in-text citations
5+
* LaTeX: Add support for admonition titles
6+
7+
__ https://pypi.org/project/nbsphinx/0.9.2/
8+
__ https://github.com/spatialaudio/nbsphinx/compare/0.9.1...0.9.2
9+
110
Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__
211
* pandoc: disable "smart" option only for version 2.0+
312

src/nbsphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://nbsphinx.readthedocs.io/
44
55
"""
6-
__version__ = '0.9.1'
6+
__version__ = '0.9.2'
77

88
import collections.abc
99
import copy

0 commit comments

Comments
 (0)