Skip to content

Commit 241bdab

Browse files
committed
Release 0.2.9
1 parent 843eae5 commit 241bdab

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.9 (2016-07-26):
2+
* Add option ``nbsphinx_prompt_width``
3+
14
Version 0.2.8 (2016-05-20):
25
* Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments``
36
* Separate "display priority" for HTML and LaTeX

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.8'
26+
__version__ = '0.2.9'
2727

2828
import copy
2929
import docutils

0 commit comments

Comments
 (0)