We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61714c4 commit 25f8abaCopy full SHA for 25f8aba
NEWS.rst
@@ -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
+
4
Version 0.3.0 (2018-01-02):
5
* Add options ``nbsphinx_prolog`` and ``nbsphinx_epilog``
6
* Links from ``*.rst`` files to notebooks have to start with a slash
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.3.0'
+__version__ = '0.3.1'
27
28
import copy
29
import json
0 commit comments