From 26ba2ea1162b39f7a3f15c5148168888819f5aea Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 4 May 2016 14:05:08 +0200 Subject: [PATCH] Release 0.2.7 --- NEWS.rst | 4 ++++ nbsphinx.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index f0bbc6b1..3a82f65d 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,7 @@ +Version 0.2.7 (2016-05-04): + * Special CSS tuning for ``sphinx_rtd_theme`` + * Replace info/warning ``
`` elements with ``nbinfo``/``nbwarning`` + Version 0.2.6 (2016-04-12): * Support for LaTeX math environments in Markdown cells * Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer`` diff --git a/nbsphinx.py b/nbsphinx.py index 668eae3c..5705cc9b 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.6' +__version__ = '0.2.7' import copy import docutils