We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v1.8.0
1 parent 2098a1b commit bbfc910Copy full SHA for bbfc910
βCHANGELOG.mdβ
@@ -1,5 +1,15 @@
1
# Change log
2
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
13
## `1.7.2` - 2025-07-01
14
15
### π Bug fixes
βsrc/aiida_pseudo/__init__.pyβ
@@ -1,2 +1,2 @@
"""AiiDA plugin that simplifies working with pseudo potentials."""
-__version__ = '1.7.2'
+__version__ = '1.8.0'
0 commit comments