Skip to content

Commit b7f20c3

Browse files
committed
Release v2.6.4
1 parent 5299c76 commit b7f20c3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

33

4+
## v2.6.4 - 2025-05-22
5+
6+
### Fixes
7+
- Dependencies: Pin click to `~=8.1.0` (#6888) [[e1d55fa]](https://github.com/aiidateam/aiida-core/commit/e1d55fa0d6c268db7a25e9740679a5a0fbe412b8)
8+
9+
410
## v2.6.3 - 2024-11-06
511

612
### Fixes

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.6.3'
30+
__version__ = '2.6.4'
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)