Skip to content

Commit

Permalink
Prepare bugfix release 1.3.1
Browse files Browse the repository at this point in the history
I would like to publish this now since I don't want headaches with the
next masci-tools release
  • Loading branch information
janssenhenning committed Apr 7, 2022
1 parent 8e20204 commit ce43753
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion aiida_fleur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
'''
AiiDA-FLEUR
'''
__version__ = '1.3.0'
__version__ = '1.3.1'
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit ce43753

Please sign in to comment.