Skip to content

Commit c1b7912

Browse files
committed
Release 0.2.8
1 parent ec69f50 commit c1b7912

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.8 (2016-05-20):
2+
* Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments``
3+
* Separate "display priority" for HTML and LaTeX
4+
15
Version 0.2.7 (2016-05-04):
26
* Special CSS tuning for ``sphinx_rtd_theme``
37
* Replace info/warning ``<div>`` elements with ``nbinfo``/``nbwarning``

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

2828
import copy
2929
import docutils

0 commit comments

Comments
 (0)