We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64aa78 commit 263b181Copy full SHA for 263b181
CHANGELOG
@@ -2,6 +2,12 @@
2
ChangeLog
3
*********
4
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
+
11
0.25.3 (2018-04-03)
12
===================
13
- Fix: Add a subprocess timeout to the unoconv exporter so MFR doesn't wait forever for a process
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '0.25.3'
+__version__ = '0.25.4'
0 commit comments