diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ed67e2d8..8a507c201c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.5.2 - 2024-06-06 + +### Fixes +- `SshTransport`: Add channel timeout as argument to `exec_command_wait_bytes` (#6452) [[0c00815b1]](https://github.com/aiidateam/aiida-core/commit/0c00815b19e0d7b5496c577d62a32d2a5896f347) + ## v2.5.1 - 2024-01-31 diff --git a/src/aiida/__init__.py b/src/aiida/__init__.py index 90462fba09..c4599b3e94 100644 --- a/src/aiida/__init__.py +++ b/src/aiida/__init__.py @@ -26,7 +26,7 @@ 'For further information please visit http://www.aiida.net/. All rights reserved.' ) __license__ = 'MIT license, see LICENSE.txt file.' -__version__ = '2.5.1' +__version__ = '2.5.2' __authors__ = 'The AiiDA team.' __paper__ = ( 'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '