Skip to content

Commit d05204b

Browse files
committed
Release 0.2.15
1 parent 3df1324 commit d05204b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Version 0.2.15 (2017-11-03):
2+
* Links to subsections are now possible in all source files
3+
14
Version 0.2.14 (2017-06-09):
25
* Add option ``nbsphinx_kernel_name``
36

nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://nbsphinx.rtfd.org/
2424
2525
"""
26-
__version__ = '0.2.14'
26+
__version__ = '0.2.15'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)