Skip to content

Commit d28ce81

Browse files
committed
Release 0.4.0
1 parent 155e1bc commit d28ce81

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.4.0 (2018-12-14):
2+
* Support for "data-cite" HTML tags in Markdown cells
3+
* Add option ``nbsphinx_custom_formats``
4+
* LaTeX macros ``\nbsphinxstartnotebook`` and ``\nbsphinxstopnotebook``
5+
* Support for cell attachments
6+
* Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt``
7+
* Re-design LaTeX output of code cells, fix image sizes
8+
19
Version 0.3.5 (2018-09-10):
210
* Disable ``nbconvert`` version 5.4 to avoid
311
`issue #878 <https://github.com/jupyter/nbconvert/issues/878>`__

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.3.5'
26+
__version__ = '0.4.0'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)