Skip to content

Commit 111d9e8

Browse files
committed
Release v2.5.2
1 parent 0c00815 commit 111d9e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.5.2 - 2024-06-06
4+
5+
### Fixes
6+
- `SshTransport`: Add channel timeout as argument to `exec_command_wait_bytes` (#6452) [[0c00815b1]](https://github.com/aiidateam/aiida-core/commit/0c00815b19e0d7b5496c577d62a32d2a5896f347)
7+
38

49
## v2.5.1 - 2024-01-31
510

src/aiida/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'For further information please visit http://www.aiida.net/. All rights reserved.'
2727
)
2828
__license__ = 'MIT license, see LICENSE.txt file.'
29-
__version__ = '2.5.1'
29+
__version__ = '2.5.2'
3030
__authors__ = 'The AiiDA team.'
3131
__paper__ = (
3232
'S. P. Huber et al., "AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and '

0 commit comments

Comments
 (0)