Skip to content

Commit

Permalink
Release v0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Apr 20, 2023
1 parent ad10001 commit a7a6a6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.21.7 - 2023-04-20

### Bug fixes
- `PortNamespace.get_port`: Only create if `create_dynamically` is `True` [[#268]](https://github.com/aiidateam/plumpy/pull/268)


## v0.21.6 - 2023-04-03

### Bug fixes
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.6'
__version__ = '0.21.7'

import logging

Expand Down

0 comments on commit a7a6a6a

Please sign in to comment.