We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d869daa commit ae3c9d9Copy full SHA for ae3c9d9
NEWS.rst
@@ -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
7
Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__
8
* Require ``docutils >= 0.18.1``
9
* Minor fixes, documentation and CI updates
src/nbsphinx/__init__.py
@@ -3,7 +3,7 @@
https://nbsphinx.readthedocs.io/
"""
-__version__ = '0.9.4'
+__version__ = '0.9.5'
import collections.abc
import copy
0 commit comments