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 7352fe9 commit 8c35294
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
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 [[7352fe9]](https://github.com/aiidateam/aiida-pseudo/commit/7352fe9655ea1d24ea6741699121e2b8a1367039)


## 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'
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@
"license": "MIT License",
"name": "aiida-pseudo",
"url": "https://github.com/aiidateam/aiida-pseudo",
"version": "0.6.4"
"version": "0.6.5"
}

0 comments on commit 8c35294

Please sign in to comment.