Skip to content

Commit

Permalink
Release v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Sep 4, 2023
1 parent be25483 commit acbe308
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change log

## 0.6.5

### Features
- Add support for Pseudo-dojo v0.5 [[eb2c4c5]](https://github.com/aiidateam/aiida-pseudo/commit/eb2c4c5812402257d314fde44aa2a685ba75fb16)
- Add support for SSSP v1.3 [[c1816f0]](https://github.com/aiidateam/aiida-pseudo/commit/c1816f0f104b8b867657f875052b018fdbf2031b)

### Dependencies
- Add upper limit for `docutils` [[2abced5]](https://github.com/aiidateam/aiida-pseudo/commit/2abced5ad5cb297a35927d549a4658cead6f69c1)

### Devops
- Add continuous-deployment workflow [[2abced5]](https://github.com/aiidateam/aiida-pseudo/commit/2abced5ad5cb297a35927d549a4658cead6f69c1)


## 0.6.4

### Features
Expand Down
2 changes: 1 addition & 1 deletion aiida_pseudo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""AiiDA plugin that simplifies working with pseudo potentials."""
__version__ = '0.6.4'
__version__ = '0.6.5'

0 comments on commit acbe308

Please sign in to comment.