Skip to content

Commit

Permalink
Merge tag '0.25.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Mar 29, 2018
2 parents eb9cccf + d31efe8 commit 8a10328
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
ChangeLog
*********

0.25.1 (2018-03-29)
===================
- Fix: Temporarily disable rendering for csv files. csv continues to cause resource issues for MFR
and so will be disabled until those are resolved in another hotfix.

0.25.0 (2018-03-28)
===================
- Feature: Large files can now be zoomed! Images are scaled to fit the window, but clicking on the
Expand Down
2 changes: 1 addition & 1 deletion mfr/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.25.0'
__version__ = '0.25.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def parse_requirements(requirements):
# '.svg = mfr.extensions.svg:SvgRenderer',

# tabular
'.csv = mfr.extensions.tabular:TabularRenderer',
# '.csv = mfr.extensions.tabular:TabularRenderer',
'.tsv = mfr.extensions.tabular:TabularRenderer',
'.xls = mfr.extensions.tabular:TabularRenderer',
'.xlsx = mfr.extensions.tabular:TabularRenderer',
Expand Down

0 comments on commit 8a10328

Please sign in to comment.