Skip to content

Commit 5b94369

Browse files
committed
Update version number
1 parent 2cc5d11 commit 5b94369

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v2.2.0
2+
3+
## What's Changed
4+
* Lower python version due to readthedocs by @qiaojunfeng in https://github.com/aiidateam/aiida-wannier90/pull/119
5+
* Fix codecov by @qiaojunfeng in https://github.com/aiidateam/aiida-wannier90/pull/120
6+
* Edit the retrieve_list to include more werr files by @jiang-yuha0 in https://github.com/aiidateam/aiida-wannier90/pull/121
7+
* Support Python 3.12, drop 3.8 by @qiaojunfeng in https://github.com/aiidateam/aiida-wannier90/pull/123
8+
* Use fixed number of digits for kpoint coordinates by @qiaojunfeng in https://github.com/aiidateam/aiida-wannier90/pull/122
9+
10+
## New Contributors
11+
* @jiang-yuha0 made their first contribution in https://github.com/aiidateam/aiida-wannier90/pull/121
12+
13+
**Full Changelog**: https://github.com/aiidateam/aiida-wannier90/compare/v2.1.0...v2.2.0
14+
115
# v2.1.0
216

317
## New features

src/aiida_wannier90/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
__authors__ = "The AiiDA team."
3232
__license__ = "MIT License, see LICENSE.txt file."
33-
__version__ = "2.1.0"
33+
__version__ = "2.2.0"
3434

3535
from . import calculations, io, orbitals, parsers, utils
3636

0 commit comments

Comments
 (0)