From ce43753d5121b9e99cae5e6a102a5a4a1138709a Mon Sep 17 00:00:00 2001 From: janssenhenning Date: Thu, 7 Apr 2022 10:17:47 +0200 Subject: [PATCH] Prepare bugfix release 1.3.1 I would like to publish this now since I don't want headaches with the next masci-tools release --- CHANGELOG.md | 6 ++++++ aiida_fleur/__init__.py | 2 +- setup.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b090b05b..6cb4c6b7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v.1.3.1 +### release compatible with AiiDA-core 1.3.0+ +- Fix for masci-tools dependency constraint. The constraint would previously reject the next minor version of masci-tools (i.e `0.10.0`) +- Small fixes in zenodo metadata +- Added `convert_inpxml` method to `FleurinpData` to convert to different file versions + ## v.1.3.0 ### release compatible with AiiDA-core 1.3.0+ - Guraranteed support for Fleur versions up to Max6 diff --git a/aiida_fleur/__init__.py b/aiida_fleur/__init__.py index 39662e1bf..fe18b1301 100644 --- a/aiida_fleur/__init__.py +++ b/aiida_fleur/__init__.py @@ -11,4 +11,4 @@ ''' AiiDA-FLEUR ''' -__version__ = '1.3.0' +__version__ = '1.3.1' diff --git a/setup.json b/setup.json index 177beebff..1f155db82 100644 --- a/setup.json +++ b/setup.json @@ -1,5 +1,5 @@ { - "version": "1.3.0", + "version": "1.3.1", "name": "aiida-fleur", "url": "https://github.com/JuDFTteam/aiida-fleur", "license": "MIT License, see LICENSE.txt file.",