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.
2 parents 304ef40 + b645862 commit 549b853Copy full SHA for 549b853
3 files changed
CHANGELOG
@@ -2,6 +2,10 @@
2
ChangeLog
3
*********
4
5
+26.1.0 (2026-04-28)
6
+===================
7
+- Rewrite legacy OSF file urls to point to downloadable url.
8
+
9
26.0.1 (2026-04-06)
10
===================
11
- Bump newerlic dep to work with celery.
mfr/version.py
@@ -1 +1 @@
1
-__version__ = '26.0.1'
+__version__ = '26.1.0'
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mfr"
-version = "26.0.1"
+version = "26.1.0"
description = "Modular File Renderer"
authors = ["Center for Open Science <contact@cos.io>"]
readme = "README.md"
0 commit comments