From b9db0f929e2fcca2939f2e002b1e08def1b5215a Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Wed, 25 Jan 2017 20:03:12 +0100 Subject: [PATCH] Release 0.2.13 --- NEWS.rst | 3 +++ nbsphinx.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 323baa2c..ff830a58 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.2.13 (2017-01-25): + * Minor fixes + Version 0.2.12 (2016-12-19): * Basic support for widgets * CSS is now "responsive", some new CSS classes diff --git a/nbsphinx.py b/nbsphinx.py index ab91506a..9e64a519 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.12' +__version__ = '0.2.13' import copy import json