diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2c1ebbb..de676dced 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Change Log -# 0.13.1 (unreleased) +# 0.13.1 (21/04/2022) ## New -* *placeholder*. +* Automatically build and upload manylinux2014 wheels when creating a release. # 0.13.0 (19/04/2022) diff --git a/CITATION.cff b/CITATION.cff index 49263dcd0..a91e86d7c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,8 +17,8 @@ keywords: - materials-science - python - Workflows -version: '0.13.0' -date-released: "2022-04-19" +version: '0.13.1' +date-released: "2022-04-21" repository-code: https://github.com/SCM-NV/nano-qmflows license: "Apache-2.0" doi: 10.5281/zenodo.2576893 diff --git a/nanoqm/_version.py b/nanoqm/_version.py index d027876bd..76a37abb3 100644 --- a/nanoqm/_version.py +++ b/nanoqm/_version.py @@ -1,3 +1,3 @@ """The Nano-QMFlows version.""" -__version__ = '0.13.1.dev0' +__version__ = '0.13.1'