diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f44c7d3e..3cf301680 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v.1.1.4 +### release compatible with AiiDA-core 1.3.0 +### still support of Fleur MaXR4 version with inpgen +### Does not support yet Fleur MaXR5 and new inpgen +- Fixed numpy dependency issue with aiida-common-workflows and quantum mobile + ## v1.1.3 ### release compatible with AiiDA-core 1.3.0 - still support of Fleur MaXR4 version with inpgen diff --git a/aiida_fleur/__init__.py b/aiida_fleur/__init__.py index 41430d285..4c2c3ee99 100644 --- a/aiida_fleur/__init__.py +++ b/aiida_fleur/__init__.py @@ -12,4 +12,4 @@ ''' AiiDA-FLEUR ''' -__version__ = '1.1.3' +__version__ = '1.1.4' diff --git a/setup.json b/setup.json index fd28f9007..6c18a9dfb 100644 --- a/setup.json +++ b/setup.json @@ -1,5 +1,5 @@ { - "version": "1.1.3", + "version": "1.1.4", "name": "aiida-fleur", "url": "https://github.com/JuDFTteam/aiida-fleur", "license": "MIT License, see LICENSE.txt file.",