From 5493c7e79b3ae89b029f8b4efd7ecfd3bdf971b3 Mon Sep 17 00:00:00 2001 From: Bas van Beek Date: Tue, 9 May 2023 16:22:41 +0200 Subject: [PATCH] REL: Prepare for the Auto-FOX 1.0.0b1 release --- CHANGELOG.rst | 8 +++++++- CITATION.cff | 6 +++--- FOX/__version__.py | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01681bc2..8904b6cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,7 +8,13 @@ This project adheres to `Semantic Versioning `_. 1.0.0 ***** -* *Placeholder*. +* Bump the minimum nano-utils version +* Issue a warning in the psf recipe if the qd or ligands don't have any bonds +* Fix an issue with parsing multiple ligands in `generate_psf2`` +* Add formal Python 3.11 support +* Pin pandas to <2.0.0 +* Test using CP2K 2023.1 +* Add a citation.cff file 0.10.2 diff --git a/CITATION.cff b/CITATION.cff index 29dddd13..a2050f1f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -15,9 +15,9 @@ keywords: - Workflows - forcefield - forcefield-parameterization -version: '0.10.2' -date-released: "2022-08-31" +version: '1.0.0b1' +date-released: "2023-05-09" repository-code: https://github.com/nlesc-nano/auto-FOX -license: "GPL-3.0" +license: "LGPL-3.0" doi: 10.5281/zenodo.3988142 type: software diff --git a/FOX/__version__.py b/FOX/__version__.py index f6c9225c..293b1895 100644 --- a/FOX/__version__.py +++ b/FOX/__version__.py @@ -1,3 +1,3 @@ """The Auto-FOX version.""" -__version__ = '1.0.0.dev0' +__version__ = '1.0.0b1'