Skip to content

Commit

Permalink
Release v0.21.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Nov 13, 2023
1 parent 2af3907 commit 01dc91d
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.21.10 - 2023-11-13

### Dependencies

- Dependencies: Add support for Python 3.12 [[2af3907]](https://github.com/aiidateam/plumpy/commit/2af390738df3f151c8225c01e265527b65d7a005)


## v0.21.9 - 2023-11-10

### 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 -*-
# pylint: disable=undefined-variable
# mypy: disable-error-code="name-defined"
__version__ = '0.21.9'
__version__ = '0.21.10'

import logging

Expand Down

0 comments on commit 01dc91d

Please sign in to comment.