We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f03924 commit 2317b6fCopy full SHA for 2317b6f
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.25.1 - 2025-10-01
4
+
5
+### Bug fixes
6
+- Bump kiwipy to 0.9.0 for hotfix of aiormq by @unkcpz in https://github.com/aiidateam/plumpy/pull/326
7
8
+### Devops
9
+- Update CI and CD to py3.13 and remove cache action by @agoscinski in https://github.com/aiidateam/plumpy/pull/322
10
+- Spring cleaning - part 1 by @danielhollas in https://github.com/aiidateam/plumpy/pull/324
11
+- Update mypy, pytest and pre-commit by @danielhollas in https://github.com/aiidateam/plumpy/pull/325
12
13
## v0.25.0 - 2025-04-29
14
15
### Breaking changes
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
0 commit comments