We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3299218 commit 345f406Copy full SHA for 345f406
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.4.1 (2018-12-16):
2
+ * Fix issue #266
3
+
4
Version 0.4.0 (2018-12-14):
5
* Support for "data-cite" HTML tags in Markdown cells
6
* Add option ``nbsphinx_custom_formats``
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.4.0'
+__version__ = '0.4.1'
27
28
import copy
29
import json
0 commit comments