From b289644b861c5523fda5e31b432c8dd061b21af0 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 19 Nov 2016 18:14:37 +0100 Subject: [PATCH] Release 0.2.11 --- NEWS.rst | 3 +++ nbsphinx.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 5ecd44ba..0c1e5940 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.2.11 (2016-11-19): + * Minor fixes + Version 0.2.10 (2016-10-16): * Enable JavaScript output cells diff --git a/nbsphinx.py b/nbsphinx.py index ae5cafce..ba57b521 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.10' +__version__ = '0.2.11' import copy import json