Skip to content

Commit b9db0f9

Browse files
committed
Release 0.2.13
1 parent 0c0deb6 commit b9db0f9

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.13 (2017-01-25):
2+
* Minor fixes
3+
14
Version 0.2.12 (2016-12-19):
25
* Basic support for widgets
36
* CSS is now "responsive", some new CSS classes

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.12'
26+
__version__ = '0.2.13'
2727

2828
import copy
2929
import json

0 commit comments

Comments
 (0)