Skip to content

Commit 89880be

Browse files
committed
Release v0.21.1
1 parent 2b435f7 commit 89880be

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.21.1 - 2022-11-21
4+
5+
This is a backport of changes introduced in `v0.22.0`.
6+
7+
### Features
8+
- `Process`: Add the `is_excepted` property [[#240]](https://github.com/aiidateam/plumpy/pull/240)
9+
10+
### Bug fixes
11+
- `StateMachine`: transition directly to excepted if transition failed [[#240]](https://github.com/aiidateam/plumpy/pull/240)
12+
- `Process`: Fix incorrect overriding of `transition_failed` [[#240]](https://github.com/aiidateam/plumpy/pull/240)
13+
314

415
## v0.21.0 - 2022-04-08
516

src/plumpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# pylint: disable=undefined-variable
33
# type: ignore[name-defined]
4-
__version__ = '0.21.0'
4+
__version__ = '0.21.1'
55

66
import logging
77

0 commit comments

Comments
 (0)