Skip to content

Commit fe3f1c1

Browse files
committed
Release 0.8.11
1 parent 3ee3995 commit fe3f1c1

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.11 -- 2022-12-29 -- PyPI__ -- diff__
2+
* LaTeX: apply code cell border style to all code blocks
3+
4+
__ https://pypi.org/project/nbsphinx/0.8.11/
5+
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.10...0.8.11
6+
17
Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__
28
* Fix handling of ``source_suffix``
39
* A few LaTeX fixes

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.10'
26+
__version__ = '0.8.11'
2727

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)