Skip to content

Commit 25f8aba

Browse files
committed
Release 0.3.1
1 parent 61714c4 commit 25f8aba

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.3.1 (2018-01-17):
2+
* Enable notebook translations (NB: The use of reST strings is temporary!)
3+
14
Version 0.3.0 (2018-01-02):
25
* Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog``
36
* Links from ``*.rst`` files to notebooks have to start with a slash

src/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.3.0'
26+
__version__ = '0.3.1'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)