diff --git a/NEWS.rst b/NEWS.rst index 95aa84cf..45843d0d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.2.5 (2016-03-15): + * Add option ``nbsphinx_allow_errors`` to globally ignore exceptions + * Separate class `nbsphinx.Exporter` + Version 0.2.4 (2016-02-12): * Support for "nbsphinx-toctree" cell metadata diff --git a/nbsphinx.py b/nbsphinx.py index 73653a3b..c3887f6d 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.4' +__version__ = '0.2.5' import copy import docutils