Skip to content

Commit c229f7a

Browse files
committed
Release 0.9.1
1 parent e79b3fd commit c229f7a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

NEWS.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__
2+
* pandoc: disable "smart" option only for version 2.0+
3+
4+
__ https://pypi.org/project/nbsphinx/0.9.1/
5+
__ https://github.com/spatialaudio/nbsphinx/compare/0.9.0...0.9.1
6+
17
Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__
28
* Split ``nbsphinx.py`` (a Python *module*) into:
39

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.0'
6+
__version__ = '0.9.1'
77

88
import collections.abc
99
import copy

0 commit comments

Comments
 (0)