Skip to content

Commit 0c81857

Browse files
committed
bump version & update changelog
1 parent fa548cf commit 0c81857

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
ChangeLog
33
*********
44

5+
0.20.0 (2017-03-01)
6+
===================
7+
- The "(thanks, @johnetordoff!)" release
8+
- Feature: The tabular spreadsheet renderer now recognizes date fields as dates and will format
9+
them as such. (thanks, @johnetordoff!)
10+
- Feature: Don't even try to render tabular files larger than 100Mb. Neither the server nor the
11+
browser wants that. (thanks, @johnetordoff!)
12+
- Feature: Render a better error message when encountering a csv file with a single field larger
13+
than ~128kb. The underlying library can't handle that, so it's polite to let the user know.
14+
(thanks, @johnetordoff!)
15+
- Feature: MFR will now render .m4v files using the <video> tag. (thanks, @johnetordoff!)
16+
- Fix: Improve tooltip language on 3d object-renderer. (thanks, @johnetordoff!)
17+
- Code: Start depending on upstream xlrd instead of our own fork. (thanks, @johnetordoff!)
18+
519
0.19.1 (2017-02-21)
620
===================
721
- Fix: explicitly depend on IPython to fix ipynb rendering. nbconvert and nbformat have an

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.1'
1+
__version__ = '0.20.0'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)