From 0dc0b9330e81e47e0657d307f84acb4f0cd77186 Mon Sep 17 00:00:00 2001 From: Bas van Beek <43369155+BvB93@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:42:39 +0200 Subject: [PATCH] REL: Prepare for the Nano-QMFlows 0.13.2 release --- CHANGELOG.md | 2 +- CITATION.cff | 4 ++-- nanoqm/_version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea940b289..6fbc8ed1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ # 0.13.2 (unreleased) ## New -* *Placeholder**. +* Add MacOS x86_64 and Linux aarch64 wheels. # 0.13.1 (21/04/2022) diff --git a/CITATION.cff b/CITATION.cff index a91e86d7c..f786e0590 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,8 +17,8 @@ keywords: - materials-science - python - Workflows -version: '0.13.1' -date-released: "2022-04-21" +version: '0.13.2' +date-released: "2022-04-26" 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 4a72e0ed8..e8e8a939a 100644 --- a/nanoqm/_version.py +++ b/nanoqm/_version.py @@ -1,3 +1,3 @@ """The Nano-QMFlows version.""" -__version__ = '0.13.2.dev0' +__version__ = '0.13.2'