Skip to content

Commit 5a2bac1

Browse files
committed
Release 0.5.1
1 parent af0537d commit 5a2bac1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.5.1 (2020-01-28):
2+
* This will be the last release supporting Python 2.x!
3+
* Support for https://github.com/choldgraf/sphinx-copybutton
4+
* Executed notebooks are now saved in the HTML output directory
5+
16
Version 0.5.0 (2019-11-20):
27
* Automatic support for Jupyter widgets, customizable with
38
``nbsphinx_widgets_path`` (and ``nbsphinx_widgets_options``)

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.5.0'
26+
__version__ = '0.5.1'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)