diff --git a/NEWS.rst b/NEWS.rst index 3a82f65d..8c3bf1ce 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.2.8 (2016-05-20): + * Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments`` + * Separate "display priority" for HTML and LaTeX + Version 0.2.7 (2016-05-04): * Special CSS tuning for ``sphinx_rtd_theme`` * Replace info/warning ``
`` elements with ``nbinfo``/``nbwarning`` diff --git a/nbsphinx.py b/nbsphinx.py index ba6280ff..7588cd31 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.7' +__version__ = '0.2.8' import copy import docutils