From 85d6f0feb160a081b661e4698dd94a7ddb831165 Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Wed, 19 Apr 2023 21:10:52 +0200 Subject: [PATCH] REL: Prepare for the Nano-QMFlows 0.14.0 release --- CHANGELOG.md | 3 ++- CITATION.cff | 4 ++-- nanoqm/_version.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5facf05..bf8794a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -# 0.14.0 (*unreleased*) +# 0.14.0 (19/04/2023) ## New * Add MacOS arm64 wheels. @@ -9,6 +9,7 @@ * Move the C++ python bindings to a dedicated file. * Drop support for Python 3.7. * Use dataclasses internally for storing nano-qmflows settings. +* Add formal Python 3.11 support # 0.13.4 (02/06/2022) diff --git a/CITATION.cff b/CITATION.cff index e3387412..a88fde3e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -17,8 +17,8 @@ keywords: - materials-science - python - Workflows -version: '0.13.4' -date-released: "2022-06-02" +version: '0.14.0' +date-released: "2023-04-19" 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 ace2c08d..aeb41792 100644 --- a/nanoqm/_version.py +++ b/nanoqm/_version.py @@ -1,3 +1,3 @@ """The Nano-QMFlows version.""" -__version__ = '0.14.0.dev0' +__version__ = '0.14.0'