File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 0.19.1 (2017-02-21)
6+ ===================
7+ - Fix: explicitly depend on IPython to fix ipynb rendering. nbconvert and nbformat have an
8+ undeclared dependency on it. (thanks, @johnetordoff!)
9+
5100.19.0 (2017-02-02)
611===================
712- Feature: MFR errors are now categorized and have error-specific metadata added to then. If Keen
Original file line number Diff line number Diff line change 1- __version__ = '0.19.0 '
1+ __version__ = '0.19.1 '
22__import__ ('pkg_resources' ).declare_namespace (__name__ )
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pydocx==0.7.0
2424Pillow == 2.8.2
2525
2626# IPython
27+ ipython == 5.2.2
2728nbconvert == 4.2.0
2829nbformat == 4.1.0
2930traitlets == 4.2.2
You can’t perform that action at this time.
0 commit comments