Skip to content

Commit 0e791fc

Browse files
committed
bump version & update changelog
1 parent 8c11d79 commit 0e791fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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__)

0 commit comments

Comments
 (0)