Skip to content

Commit ae3c9d9

Browse files
committed
Release 0.9.5
1 parent d869daa commit ae3c9d9

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.5 -- 2024-08-13 -- PyPI__ -- diff__
2+
* Miscellaneous fixes
3+
4+
__ https://pypi.org/project/nbsphinx/0.9.5/
5+
__ https://github.com/spatialaudio/nbsphinx/compare/0.9.4...0.9.5
6+
17
Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__
28
* Require ``docutils >= 0.18.1``
39
* Minor fixes, documentation and CI updates

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.4'
6+
__version__ = '0.9.5'
77

88
import collections.abc
99
import copy

0 commit comments

Comments
 (0)