Skip to content

Commit

Permalink
Release v0.21.11
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Jul 1, 2024
1 parent a79497b commit 0bf9961
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.21.11 - 2024-07-01

### Fixes
- Make `Waiting.resume()` idempotent [[a79497b]](https://github.com/aiidateam/plumpy/commit/a79497ba37cef7bc609cee90535ad86708fc48f9)

### Dependencies
- Add requirement `nbdime<4` [[94df0df]](https://github.com/aiidateam/plumpy/commit/94df0dfd0a3ea93174aa4de83ac5e06246350c27)


## v0.21.10 - 2023-11-13

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

import logging

Expand Down

0 comments on commit 0bf9961

Please sign in to comment.