Skip to content

Commit

Permalink
Release v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jun 23, 2023
1 parent 0797113 commit 44d27d1
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.22.2 - 2023-06-23

This release applies the fixes that were released on the support branch of `v0.21.x`.

### Bug fixes
- Workchains: Accept but deprecate conditional predicates returning `None` [[#261]](https://github.com/aiidateam/plumpy/pull/261)
- `PortNamespace`: Fix bug in valid type checking of dynamic namespaces [[#255]](https://github.com/aiidateam/plumpy/pull/255)
- `PortNamespace`: Make `dynamic` apply recursively [[#263]](https://github.com/aiidateam/plumpy/pull/263)
- `PortNamespace.get_port`: Only create if `create_dynamically` is `True` [[#268]](https://github.com/aiidateam/plumpy/pull/268)


## v0.22.1 - 2022-11-21

### Dependencies
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 -*-
# mypy: disable-error-code=name-defined
# pylint: disable=undefined-variable
__version__ = '0.22.1'
__version__ = '0.22.2'

import logging

Expand Down

0 comments on commit 44d27d1

Please sign in to comment.