Skip to content

Commit

Permalink
Release v0.21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 10, 2023
1 parent db2af9a commit 195dc27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.21.9 - 2023-11-10

### Features
- Make `ProcessListener` instances persistable [[98a375f]](https://github.com/aiidateam/plumpy/commit/98a375f07db0cacaacdc1545d4d12f25dd00bf1d)

### Fixes
- Catch `ChannelInvalidStateError` in process state change [[db2af9a]](https://github.com/aiidateam/plumpy/commit/db2af9acf7c139798a21e574d6308ae21b3b7513)

### Devops
- Update ReadTheDocs configuration file [[31f85c7]](https://github.com/aiidateam/plumpy/commit/31f85c71730b488aafd680f240485a51884722b7)


## v0.21.8 - 2023-06-07

### Devops
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
# mypy: disable-error-code="name-defined"
__version__ = '0.21.8'
__version__ = '0.21.9'

import logging

Expand Down

0 comments on commit 195dc27

Please sign in to comment.