Skip to content

Commit

Permalink
Release v0.21.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jun 7, 2023
1 parent 87982d0 commit 49a7117
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.8 - 2023-06-07

### Devops
- Dependencies: Update requirement `mypy==1.3.0` [[#270]](https://github.com/aiidateam/plumpy/pull/270)


## v0.21.7 - 2023-04-20

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

import logging

Expand Down

0 comments on commit 49a7117

Please sign in to comment.