Skip to content

Commit 2317b6f

Browse files
authored
Release v0.25.1 (#327)
1 parent 7f03924 commit 2317b6f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

src/plumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# mypy: disable-error-code=name-defined
3-
__version__ = '0.25.0'
3+
__version__ = '0.25.1'
44

55
import logging
66

0 commit comments

Comments
 (0)