We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c11d79 commit 0e791fcCopy full SHA for 0e791fc
CHANGELOG
@@ -2,6 +2,11 @@
2
ChangeLog
3
*********
4
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
+
10
0.19.0 (2017-02-02)
11
===================
12
- Feature: MFR errors are now categorized and have error-specific metadata added to then. If Keen
mfr/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = '0.19.0'
+__version__ = '0.19.1'
__import__('pkg_resources').declare_namespace(__name__)
0 commit comments