Skip to content

Commit 44d9f47

Browse files
committed
πŸš€ Release v1.7.2
1 parent 625c1be commit 44d9f47

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Change log
22

3+
## `1.7.2` - 2025-07-01
4+
5+
### πŸ› Bug fixes
6+
7+
* Update url template for fetching MC files [[625c1be](https://github.com/aiidateam/aiida-pseudo/commit/625c1be68ff66ac467bc9b61f5e495b6e1bc185b)]
8+
39
## `1.7.1` - 2025-05-21
410

511
### Dependencies
12+
613
- Add support for Python 3.13 [[a78f711]](https://github.com/aiidateam/aiida-pseudo/commit/a78f71172d9e29125aa71deac4ef5d4944846018)
714
- Relax requirements for `pint` [[8bc1f60]](https://github.com/aiidateam/aiida-pseudo/commit/8bc1f60848aff1f6bdfe271c6554698cdae8854d)
815
- Add upper pin `click<8.2` [[a36ded6]](https://github.com/aiidateam/aiida-pseudo/commit/a36ded647683235d777d1230b4cd504ee96d42fc)
916

1017
### Devops
18+
1119
- Update CI and CD pipelines [[9e6c2b5]](https://github.com/aiidateam/aiida-pseudo/commit/9e6c2b5f9ed838f2b493f1ac3eef8b62011fc57c)
1220

1321

β€Žsrc/aiida_pseudo/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""AiiDA plugin that simplifies working with pseudo potentials."""
2-
__version__ = '1.7.1'
2+
__version__ = '1.7.2'

0 commit comments

Comments
Β (0)