Skip to content

Commit

Permalink
πŸš€ Release v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbercx committed Jan 13, 2025
1 parent ddf90ae commit c0d339c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## v1.7.0

### ✨ New features

* Add support for `StructureData from `aiida-atomistic` [[9b29ae7](https://github.com/aiidateam/aiida-pseudo/commit/9b29ae7ca95222b46f89d5909fedeb009cb021e9)]

### πŸ‘Œ Improvements

* Bypass the certificate check for pseudo dojo. [[ac84418](https://github.com/aiidateam/aiida-pseudo/commit/ac84418d3fe28415d0535856ecbaa551962ccf86)]

## `1.6.0` - 2024-11-04

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/aiida_pseudo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""AiiDA plugin that simplifies working with pseudo potentials."""
__version__ = '1.6.0'
__version__ = '1.7.0'

0 comments on commit c0d339c

Please sign in to comment.