Skip to content

Commit

Permalink
Release v0.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 21, 2022
1 parent e31f936 commit 096741a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.22.1 - 2022-11-21

### Dependencies
- Add support for Python 3.11 [[#249]](https://github.com/aiidateam/plumpy/pull/249)
- Update requirement `pyyaml~=6.0` [[#248]](https://github.com/aiidateam/plumpy/pull/248)


## v0.22.0 - 2022-10-31

### Features
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.0'
__version__ = '0.22.1'

import logging

Expand Down

0 comments on commit 096741a

Please sign in to comment.