Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 27, 2015
1 parent 3bfb1fd commit 063d757
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Version 0.2.0 (2015-12-27):
* Add support for ``allow_errors`` and ``hidden`` metadata
* Add custom reST template
* Add nbinput and nboutput directives with HTML+CSS and LaTeX formatting
* Turn nbsphinx into a Sphinx extension

Version 0.1.0 (2015-11-29):
Initial release
2 changes: 1 addition & 1 deletion nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
http://nbsphinx.rtfd.org/
"""
__version__ = '0.1.0'
__version__ = '0.2.0'

import docutils
from docutils.parsers import rst
Expand Down

0 comments on commit 063d757

Please sign in to comment.