Skip to content

Commit

Permalink
Release v0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 29, 2022
1 parent 4701ad3 commit ed1b6cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.21.2 - 2022-11-29

### Bug fixes
`Process`: Ensure that the raw inputs are not mutated [[#251]](https://github.com/aiidateam/plumpy/pull/251)

### Dependencies
- Add support for Python 3.10 and 3.11 [[#254]](https://github.com/aiidateam/plumpy/pull/254)
- Update requirement `pytest-notebook>=0.8.1` [[#254]](https://github.com/aiidateam/plumpy/pull/254)
- Update requirement `pyyaml~=6.0` [[#254]](https://github.com/aiidateam/plumpy/pull/254)
- Update requirement `kiwipy[rmq]~=0.7.7` [[#254]](https://github.com/aiidateam/plumpy/pull/254)
- Update the `myst-nb` and `sphinx` requirements [[#253]](https://github.com/aiidateam/plumpy/pull/253)


## v0.21.1 - 2022-11-21

This is a backport of changes introduced in `v0.22.0`.
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.1'
__version__ = '0.21.2'

import logging

Expand Down

0 comments on commit ed1b6cb

Please sign in to comment.