Skip to content

Commit 549b853

Browse files
committed
Merge tag '26.1.0' into develop
2 parents 304ef40 + b645862 commit 549b853

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG

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

5+
26.1.0 (2026-04-28)
6+
===================
7+
- Rewrite legacy OSF file urls to point to downloadable url.
8+
59
26.0.1 (2026-04-06)
610
===================
711
- Bump newerlic dep to work with celery.

mfr/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mfr"
3-
version = "26.0.1"
3+
version = "26.1.0"
44
description = "Modular File Renderer"
55
authors = ["Center for Open Science <contact@cos.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)