diff --git a/NEWS.rst b/NEWS.rst index 7ad72ee6..7d1687a1 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.3.0 (2018-01-02): + * Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog`` + * Links from ``*.rst`` files to notebooks have to start with a slash + Version 0.2.18 (2017-12-03): * Fix issue #148 diff --git a/src/nbsphinx.py b/src/nbsphinx.py index 816a72f4..f1f0d3c6 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.18' +__version__ = '0.3.0' import copy import json