Skip to content

Commit bbfc910

Browse files
committed
πŸš€ Release v1.8.0
1 parent 2098a1b commit bbfc910

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

β€ŽCHANGELOG.mdβ€Ž

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

3+
## v1.8.0
4+
5+
### πŸ‘Œ Improvements
6+
7+
* `PseudoPotentialData`: Improve string representation [[2098a1b](https://github.com/aiidateam/aiida-pseudo/commit/2098a1b9ceea7419e98f535a653b4a6766c3418f)]
8+
9+
### πŸ“š Documentation
10+
11+
* Add developer release instructions [[0b542c2](https://github.com/aiidateam/aiida-pseudo/commit/0b542c2e2e22214ab636f0decb2f9ade3655199f)]
12+
313
## `1.7.2` - 2025-07-01
414

515
### πŸ› Bug fixes

β€Ž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.2'
2+
__version__ = '1.8.0'

0 commit comments

Comments
Β (0)