Skip to content

Commit 2904072

Browse files
committed
Release 0.6.1
1 parent 1040d3b commit 2904072

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

NEWS.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
Version 0.6.1 (2020-04-18):
2+
* ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns``
3+
14
Version 0.6.0 (2020-04-03):
25
* Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
3-
* `nbsphinx-toctree` as cell tag
4-
* Keyword arguments in `nbsphinx_custom_formats`
6+
* ``nbsphinx-toctree`` as cell tag
7+
* Keyword arguments in ``nbsphinx_custom_formats``
58
* Python 2 support has been dropped
69

710
Version 0.5.1 (2020-01-28):

src/nbsphinx.py

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

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)