Skip to content

Commit adf6fc0

Browse files
committed
Release v2.7.1
1 parent a8a55e3 commit adf6fc0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v2.7.1 - 2025-07-16
4+
5+
### Fixes
6+
7+
- Extend check of stash options when they are specified as empty dict (#6942) [[cbbdedb138c76c5d1114688da6d044641ad86d58]](https://github.com/aiidateam/aiida-core/commit/cbbdedb138c76c5d1114688da6d044641ad86d58)
8+
9+
### Docs
10+
11+
- Docs: Remove note on unsupported `contains` and `get_creation_statistics` (#6930) [[a392f5c5cc2babddb2c5152989db7009bb53b87d]](https://github.com/aiidateam/aiida-core/commit/a392f5c5cc2babddb2c5152989db7009bb53b87d)
12+
13+
314
## v2.7.0 - 2025-06-24
415

516
- [Asynchronous SSH connection](#asynchronous-ssh-connection-6626)

src/aiida/__init__.py

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

0 commit comments

Comments
 (0)