Skip to content

Commit

Permalink
Release v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 21, 2022
1 parent 2b435f7 commit 89880be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.21.1 - 2022-11-21

This is a backport of changes introduced in `v0.22.0`.

### Features
- `Process`: Add the `is_excepted` property [[#240]](https://github.com/aiidateam/plumpy/pull/240)

### Bug fixes
- `StateMachine`: transition directly to excepted if transition failed [[#240]](https://github.com/aiidateam/plumpy/pull/240)
- `Process`: Fix incorrect overriding of `transition_failed` [[#240]](https://github.com/aiidateam/plumpy/pull/240)


## v0.21.0 - 2022-04-08

Expand Down
2 changes: 1 addition & 1 deletion src/plumpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
# pylint: disable=undefined-variable
# type: ignore[name-defined]
__version__ = '0.21.0'
__version__ = '0.21.1'

import logging

Expand Down

0 comments on commit 89880be

Please sign in to comment.