Skip to content

Commit 20f5502

Browse files
committed
Release 0.2.4
1 parent 20b0f8c commit 20f5502

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.4 (2016-02-12):
2+
* Support for "nbsphinx-toctree" cell metadata
3+
14
Version 0.2.3 (2016-01-22):
25
* Links from notebooks to local files can now be used
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.3'
26+
__version__ = '0.2.4'
2727

2828
import docutils
2929
from docutils.parsers import rst

0 commit comments

Comments
 (0)