From d28ce814161fd1f82d90ee99bd5a225964fe6f41 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 12 Dec 2018 11:56:34 +0100 Subject: [PATCH] Release 0.4.0 --- NEWS.rst | 8 ++++++++ src/nbsphinx.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index a4095c92..b2d37ea8 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +Version 0.4.0 (2018-12-14): + * Support for "data-cite" HTML tags in Markdown cells + * Add option ``nbsphinx_custom_formats`` + * LaTeX macros ``\nbsphinxstartnotebook`` and ``\nbsphinxstopnotebook`` + * Support for cell attachments + * Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt`` + * Re-design LaTeX output of code cells, fix image sizes + Version 0.3.5 (2018-09-10): * Disable ``nbconvert`` version 5.4 to avoid `issue #878 `__ diff --git a/src/nbsphinx.py b/src/nbsphinx.py index d84bbcf1..7a0f68b3 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.readthedocs.io/ """ -__version__ = '0.3.5' +__version__ = '0.4.0' import copy import json