File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
313## v0.25.0 - 2025-04-29
414
515### Breaking changes
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22# mypy: disable-error-code=name-defined
3- __version__ = '0.25.0 '
3+ __version__ = '0.25.1 '
44
55import logging
66
You can’t perform that action at this time.
0 commit comments