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 4c5cc40 commit 4fb5586Copy full SHA for 4fb5586
NEWS.rst
@@ -1,3 +1,9 @@
1
+Version 0.8.6 -- 2021-06-03 -- PyPI__ -- diff__
2
+ * Support for Jinja2 version 3
3
+
4
+__ https://pypi.org/project/nbsphinx/0.8.6/
5
+__ https://github.com/spatialaudio/nbsphinx/compare/0.8.5...0.8.6
6
7
Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__
8
* Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
9
* Add ``theme_comparison.py`` tool for creating multiple versions
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
https://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.8.5'
+__version__ = '0.8.6'
27
28
import collections.abc
29
import copy
0 commit comments