diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f675534..2156c95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.22.3 - 2024-02-02 + +### Bug fixes +- Catch `ChannelInvalidStateError` in process state change (#278) [[fda244a]](https://github.com/aiidateam/plumpy/commit/fda244a139e26472c37f698d7d64f3d6e13ad57b) +- Make `ProcessListener` instances persistable (#277) [[fc66001]](https://github.com/aiidateam/plumpy/commit/fc660017e4d21a1122dc1236e4ade2f54d146500) + +### Dependencies +- Add support for Python 3.12 (#275) [[8043a63]](https://github.com/aiidateam/plumpy/commit/8043a630c50b60d599d3d8e7d85aefbb3ff46ade) + +### Devops +- Update ReadTheDocs configuration file (#276) [[5ddba0f]](https://github.com/aiidateam/plumpy/commit/5ddba0f0136994a4703d507d7de98062c26928e7) + + ## v0.22.2 - 2023-06-23 This release applies the fixes that were released on the support branch of `v0.21.x`. diff --git a/src/plumpy/__init__.py b/src/plumpy/__init__.py index a22deecc..ea88f872 100644 --- a/src/plumpy/__init__.py +++ b/src/plumpy/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # mypy: disable-error-code=name-defined # pylint: disable=undefined-variable -__version__ = '0.22.2' +__version__ = '0.22.3' import logging