diff --git a/NEWS.rst b/NEWS.rst index 9c5343eb..d55e566b 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.3.3 (2018-04-25): + * Locally linked files are only copied for Jupyter notebooks (and not anymore + for other Sphinx source files) + Version 0.3.2 (2018-03-28): * Links to local files are rewritten for all Sphinx source files (not only Jupyter notebooks) diff --git a/src/nbsphinx.py b/src/nbsphinx.py index d4094841..e3bd31aa 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.3.2' +__version__ = '0.3.3' import copy import json