Skip to content

Commit 35e4c7d

Browse files
committed
Merge branch 'hotfix/0.19.1'
2 parents 9efae56 + 0e791fc commit 35e4c7d

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
ChangeLog
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+
510
0.19.0 (2017-02-02)
611
===================
712
- Feature: MFR errors are now categorized and have error-specific metadata added to then. If Keen

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.19.0'
1+
__version__ = '0.19.1'
22
__import__('pkg_resources').declare_namespace(__name__)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pydocx==0.7.0
2424
Pillow==2.8.2
2525

2626
# IPython
27+
ipython==5.2.2
2728
nbconvert==4.2.0
2829
nbformat==4.1.0
2930
traitlets==4.2.2

0 commit comments

Comments
 (0)