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 79117b3 commit a176d21Copy full SHA for a176d21
CHANGELOG
@@ -2,6 +2,13 @@
2
ChangeLog
3
*********
4
5
+25.0.0 (2025-11-18)
6
+===================
7
+- Upgrade MFR and dependencies to python v3.13.
8
+- Allow render jobs to be backgrounded and cached.
9
+- Switch from unoconv to unoserver; upgrade LibreOffice used to convert office files to pdf.
10
+- Switch to pyproject.toml and poetry.
11
+
12
24.0.0 (2024-01-02)
13
===================
14
- Fix: Install ca-certificates-java in Dockerfile to fix image build.
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '24.0.0'
+__version__ = '25.0.0'
0 commit comments