From ec4e5829ab0c4076615aab5a40f0e23d2e28fdcd Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Tue, 21 Oct 2025 18:12:49 +0200 Subject: [PATCH] Release v0.25.1 --- CHANGELOG.md | 10 ++++++++++ src/plumpy/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b040f79c..75fea5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v0.25.1 - 2025-10-01 + +### Bug fixes +- Bump kiwipy to 0.9.0 for hotfix of aiormq by @unkcpz in https://github.com/aiidateam/plumpy/pull/326 + +### Devops +- Update CI and CD to py3.13 and remove cache action by @agoscinski in https://github.com/aiidateam/plumpy/pull/322 +- Spring cleaning - part 1 by @danielhollas in https://github.com/aiidateam/plumpy/pull/324 +- Update mypy, pytest and pre-commit by @danielhollas in https://github.com/aiidateam/plumpy/pull/325 + ## v0.25.0 - 2025-04-29 ### Breaking changes diff --git a/src/plumpy/__init__.py b/src/plumpy/__init__.py index 9ced43d0..a7a5aefd 100644 --- a/src/plumpy/__init__.py +++ b/src/plumpy/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # mypy: disable-error-code=name-defined -__version__ = '0.25.0' +__version__ = '0.25.1' import logging