Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 14, 2018
1 parent 155e1bc commit d28ce81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 0.4.0 (2018-12-14):
* Support for "data-cite" HTML tags in Markdown cells
* Add option ``nbsphinx_custom_formats``
* LaTeX macros ``\nbsphinxstartnotebook`` and ``\nbsphinxstopnotebook``
* Support for cell attachments
* Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt``
* Re-design LaTeX output of code cells, fix image sizes

Version 0.3.5 (2018-09-10):
* Disable ``nbconvert`` version 5.4 to avoid
`issue #878 <https://github.com/jupyter/nbconvert/issues/878>`__
Expand Down
2 changes: 1 addition & 1 deletion src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
http://nbsphinx.readthedocs.io/
"""
__version__ = '0.3.5'
__version__ = '0.4.0'

import copy
import json
Expand Down

0 comments on commit d28ce81

Please sign in to comment.