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