Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 8, 2020
1 parent 4eda0ba commit 15742f0
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.7.0 (2020-05-08):
* Warnings can be suppressed with ``suppress_warnings``.
* ``<img>`` tags are handled in Markdown cells; the ``alt``, ``width``,
``height`` and ``class`` attributes are supported.
* CSS: prompts protrude into left margin if ``nbsphinx_prompt_width`` is
too small. If you want to hide the prompts, use `custom CSS`__.

__ https://nbsphinx.readthedocs.io/en/0.7.0/custom-css.html
Version 0.6.1 (2020-04-18):
* ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns``

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 @@
https://nbsphinx.readthedocs.io/
"""
__version__ = '0.6.1'
__version__ = '0.7.0'

import collections.abc
import copy
Expand Down

0 comments on commit 15742f0

Please sign in to comment.