From 7e1bf4983936bbac9d5e6917ea731579e50385bc Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 5 Dec 2024 12:00:14 +0100 Subject: [PATCH 1/2] Set a new date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 88c368aa3..c7190a24d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -83,7 +83,7 @@ authors: given-names: D. Jon -date-released: 2024-02-01 +date-released: 2024-12-05 keywords: - "machine-learning" - "dft" From 3d8ecd099ca154801018cb8e32807e38af692ad8 Mon Sep 17 00:00:00 2001 From: Lenz Fiedler Date: Thu, 5 Dec 2024 12:00:47 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.3.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 52df392da..7bd2e8070 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.3.0 commit = True tag = True sign_tags = True diff --git a/CITATION.cff b/CITATION.cff index c7190a24d..ed67b5ef0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,5 +1,5 @@ # YAML 1.2 -cff-version: 1.2.1 +cff-version: 1.3.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.2.1 +version: 1.3.0 diff --git a/Copyright.txt b/Copyright.txt index c63d2f538..870124148 100644 --- a/Copyright.txt +++ b/Copyright.txt @@ -1,6 +1,6 @@ ************************************************************************ - MALA v. 1.2.1 + MALA v. 1.3.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 ae2370da3..0d7d5419e 100644 --- a/mala/version.py +++ b/mala/version.py @@ -1,3 +1,3 @@ """Version number of MALA.""" -__version__: str = "1.2.1" +__version__: str = "1.3.0"