Skip to content

Commit

Permalink
Release 0.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 12, 2017
1 parent 9cff140 commit c4b02fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.2.17 (2017-11-12):
* Fix issue #146

Version 0.2.16 (2017-11-07):
* Fix issue #142

Expand Down
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.2.16'
__version__ = '0.2.17'

import copy
import json
Expand Down

0 comments on commit c4b02fc

Please sign in to comment.