Skip to content

Commit d499c4a

Browse files
committed
bump version & update changelog
1 parent 854062c commit d499c4a

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.0.1 (2026-04-06)
6+
===================
7+
- Bump newerlic dep to work with celery.
8+
59
26.0.0 (2026-03-26)
610
===================
711
- Add newerlic support to MFR. (thanks, @antkryt!)

mfr/version.py

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

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.0"
3+
version = "26.0.1"
44
description = "Modular File Renderer"
55
authors = ["Center for Open Science <contact@cos.io>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)