Skip to content

Commit 345f406

Browse files
committed
Release 0.4.1
1 parent 3299218 commit 345f406

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.4.1 (2018-12-16):
2+
* Fix issue #266
3+
14
Version 0.4.0 (2018-12-14):
25
* Support for "data-cite" HTML tags in Markdown cells
36
* Add option ``nbsphinx_custom_formats``

src/nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://nbsphinx.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.4.0'
26+
__version__ = '0.4.1'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)