Skip to content

Commit 89cbb76

Browse files
committed
Release 0.3.2
1 parent 7e79165 commit 89cbb76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.3.2 (2018-03-28):
2+
* Links to local files are rewritten for all Sphinx source files (not only
3+
Jupyter notebooks)
4+
15
Version 0.3.1 (2018-01-17):
26
* Enable notebook translations (NB: The use of reST strings is temporary!)
37

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.1'
26+
__version__ = '0.3.2'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)