From ca3cd5069d36f763f71e9aa46a02a5c6850b2b00 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 1 Feb 2024 09:35:20 +0100 Subject: [PATCH 1/2] Set new date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 4973dd3dd..f116995e2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -83,7 +83,7 @@ authors: given-names: D. Jon -date-released: 2023-09-28 +date-released: 2024-02-01 keywords: - "machine-learning" - "dft" From 40784b2efc2bfe0f633f6f4d182f6bcf180c26be Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 1 Feb 2024 09:35:23 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.2.0=20=E2=86=92=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- CITATION.cff | 4 ++-- Copyright.txt | 2 +- mala/version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 42f5058c3..52df392da 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index f116995e2..88c368aa3 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # YAML 1.2 -cff-version: 1.2.0 +cff-version: 1.2.1 message: "If you use this software, please cite it using these metadata." authors: - affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" @@ -91,4 +91,4 @@ license: "BSD-3-Clause" repository-code: "https://github.com/mala-project/mala" title: MALA doi: 10.5281/zenodo.5557254 # This DOI represents all versions, and will always resolve to the latest one. -version: 1.2.0 +version: 1.2.1 diff --git a/Copyright.txt b/Copyright.txt index 62284ba25..c63d2f538 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -1,6 +1,6 @@ ************************************************************************ - MALA v. 1.2.0 + MALA v. 1.2.1 Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software. diff --git a/mala/version.py b/mala/version.py index d21b39a20..c65973ffd 100644 --- a/mala/version.py +++ b/mala/version.py @@ -1,3 +1,3 @@ """Version number of MALA.""" -__version__: str = '1.2.0' +__version__: str = '1.2.1'