Skip to content

Commit 1d3680b

Browse files
committed
Release 0.2.6
1 parent 915e8e3 commit 1d3680b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.2.6 (2016-04-12):
2+
* Support for LaTeX math environments in Markdown cells
3+
* Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer``
4+
15
Version 0.2.5 (2016-03-15):
26
* Add option ``nbsphinx_allow_errors`` to globally ignore exceptions
37
* Separate class `nbsphinx.Exporter`

nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://nbsphinx.rtfd.org/
2424
2525
"""
26-
__version__ = '0.2.5'
26+
__version__ = '0.2.6'
2727

2828
import copy
2929
import docutils

0 commit comments

Comments
 (0)