From 8f8140c6943f07aa4f75d3951ca009cea225a28a Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 28 Jul 2018 16:05:25 +0200 Subject: [PATCH] Release 0.3.4 --- NEWS.rst | 3 +++ src/nbsphinx.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index d55e566b..b0b18a79 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.3.4 (2018-07-28): + * Fix issue #196 and other minor changes + Version 0.3.3 (2018-04-25): * Locally linked files are only copied for Jupyter notebooks (and not anymore for other Sphinx source files) diff --git a/src/nbsphinx.py b/src/nbsphinx.py index e93cd922..a94c1d79 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.readthedocs.io/ """ -__version__ = '0.3.3' +__version__ = '0.3.4' import copy import json