File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
66import logging
77
You can’t perform that action at this time.
0 commit comments