From d04a9e252d2eba9c33d9ee54d21adb3649bbe30f Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Fri, 6 Oct 2023 23:22:59 +0200 Subject: [PATCH] REL: Prepare for 1.0 release --- CHANGELOG.md | 4 +++- CITATION.cff | 4 ++-- pyproject.toml | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f070d33e..61e86e3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Version 1.0.0 (*unreleased*) +# Version 1.0.0 (6/10/2023) ## New * Add new aliases for CP2K potentials @@ -8,6 +8,8 @@ * Finished the QMFlows 0.12.0 deprecations * Switched from setup.cfg to pyproject.toml * Misc annotation improvements + * Switch from setup.py to pyproject.toml + * Add support for Python 3.12 # Version 0.13.0 (19/04/2023) diff --git a/CITATION.cff b/CITATION.cff index 81008f16..ba76ad1d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,7 +23,7 @@ keywords: - materials-science - python - Workflows -version: '1.0.0b1' -date-released: 2023-05-03 # YYYY-MM-DD +version: '1.0.0' +date-released: 2023-10-06 # YYYY-MM-DD repository-code: https://github.com/SCM-NV/qmflows license: "LGPL-3.0" diff --git a/pyproject.toml b/pyproject.toml index 7bec1fdb..83062414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Topic :: Scientific/Engineering :: Chemistry",