Skip to content

Commit 4fb5586

Browse files
committed
Release 0.8.6
1 parent 4c5cc40 commit 4fb5586

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.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+
17
Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__
28
* Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
39
* Add ``theme_comparison.py`` tool for creating multiple versions

src/nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
https://nbsphinx.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.8.5'
26+
__version__ = '0.8.6'
2727

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)