Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 18, 2020
1 parent 1040d3b commit 2904072
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Version 0.6.1 (2020-04-18):
* ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns``

Version 0.6.0 (2020-04-03):
* Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
* `nbsphinx-toctree` as cell tag
* Keyword arguments in `nbsphinx_custom_formats`
* ``nbsphinx-toctree`` as cell tag
* Keyword arguments in ``nbsphinx_custom_formats``
* Python 2 support has been dropped

Version 0.5.1 (2020-01-28):
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.0'
__version__ = '0.6.1'

import collections.abc
import copy
Expand Down

0 comments on commit 2904072

Please sign in to comment.