diff --git a/NEWS.rst b/NEWS.rst index ff830a58..14bce0d6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,6 @@ +Version 0.2.14 (2017-06-09): + * Add option ``nbsphinx_kernel_name`` + Version 0.2.13 (2017-01-25): * Minor fixes diff --git a/nbsphinx.py b/nbsphinx.py index 438796f4..86525f7e 100644 --- a/nbsphinx.py +++ b/nbsphinx.py @@ -23,7 +23,7 @@ http://nbsphinx.rtfd.org/ """ -__version__ = '0.2.13' +__version__ = '0.2.14' import copy import json