From 87db813cef9df192dabfd717e04ffb07e5978945 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Mon, 4 Sep 2023 08:56:26 +0200 Subject: [PATCH] Release `v0.6.5` --- CHANGELOG.md | 13 +++++++++++++ aiida_pseudo/__init__.py | 2 +- setup.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 340b285..2800295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/aiida_pseudo/__init__.py b/aiida_pseudo/__init__.py index a849708..a2ce8f2 100644 --- a/aiida_pseudo/__init__.py +++ b/aiida_pseudo/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- """AiiDA plugin that simplifies working with pseudo potentials.""" -__version__ = '0.6.4' +__version__ = '0.6.5' diff --git a/setup.json b/setup.json index 48fbd26..2e99e60 100644 --- a/setup.json +++ b/setup.json @@ -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" }