From ddfe69edf0c11c61111a9c5b2be614597e812cef Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 28 Sep 2023 15:44:43 +0200 Subject: [PATCH 1/2] Changed release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index f291f6a67..3e85b3630 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -83,7 +83,7 @@ authors: given-names: D. Jon -date-released: 2022-10-18 +date-released: 2023-09-28 keywords: - "machine-learning" - "dft" From 04e4d2ddfbc15c963b2800b7274251dafc1c1974 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 28 Sep 2023 15:44:46 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.1.0=20=E2=86=92=201.2.0?= 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 91a7c3631..42f5058c3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.2.0 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index 3e85b3630..39264389b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # YAML 1.2 -cff-version: 1.1.0 +cff-version: 1.2.0 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.1.0 +version: 1.2.0 diff --git a/Copyright.txt b/Copyright.txt index 4ed37822d..62284ba25 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -1,6 +1,6 @@ ************************************************************************ - MALA v. 1.1.0 + MALA v. 1.2.0 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 f8cbf108a..d21b39a20 100644 --- a/mala/version.py +++ b/mala/version.py @@ -1,3 +1,3 @@ """Version number of MALA.""" -__version__: str = '1.1.0' +__version__: str = '1.2.0'