Skip to content

Commit 263b181

Browse files
committed
bump version & update changelog
1 parent b64aa78 commit 263b181

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

5+
0.25.4 (2018-04-06)
6+
===================
7+
- Fix: When no exporter exists for the given extension, throw the "No supported exporter" error,
8+
instead of the non-specific "Please try again later" error. This fixes a regression introduced
9+
in v0.25.0.
10+
511
0.25.3 (2018-04-03)
612
===================
713
- Fix: Add a subprocess timeout to the unoconv exporter so MFR doesn't wait forever for a process

mfr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.25.3'
1+
__version__ = '0.25.4'

0 commit comments

Comments
 (0)