From ffdf2e4007229682e2ab13ed39b1a53eca916765 Mon Sep 17 00:00:00 2001 From: Lavinia Baumstark Date: Thu, 13 Jul 2023 16:43:34 +0200 Subject: [PATCH] REMIND v3.2.1 release, validated for SSP2EU for spatial aggregation H12 --- .zenodo.json | 4 ++-- CITATION.cff | 4 ++-- DESCRIPTION | 2 +- config/default.cfg | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index d1156c5f8..af9fd4f9d 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "REMIND - REgional Model of INvestments and Development", - "version": "3.2.0", + "version": "3.2.1", "creators": [ { "name": "Luderer, Gunnar", @@ -249,5 +249,5 @@ "license": { "id": "AGPL-3.0-or-later" }, - "publication_date": "2023-04-21" + "publication_date": "2023-07-13" } diff --git a/CITATION.cff b/CITATION.cff index 238a32f5b..8b35923cf 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -245,8 +245,8 @@ authors: affiliation: "Potsdam Institute for Climate Impact Research" title: REMIND - REgional Model of INvestments and Development -version: "3.2.0" -date-released: 2023-04-21 +version: "3.2.1" +date-released: 2023-07-13 repository-code: https://github.com/remindmodel/remind keywords: - energy diff --git a/DESCRIPTION b/DESCRIPTION index b2b52a4c8..61f8ba747 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: remindmodel Title: REMIND - REgional Model of INvestments and Development Version: 0.1 -Date: 2023-04-21 +Date: 2023-07-13 Description: This is not a package yet, the purpose of this file is to document metadata, notably dependencies. License: file LICENSE diff --git a/config/default.cfg b/config/default.cfg index 232bb86f7..14e9b2dcb 100644 --- a/config/default.cfg +++ b/config/default.cfg @@ -63,7 +63,7 @@ cfg$validationmodel_name <- "VALIDATIONREMIND" #### model version of the overall model (used for run statistics only). # Use extension "-rc" for release candidate and "-dev" for developer version -cfg$model_version <- "3.2.1-dev" +cfg$model_version <- "3.2.1" #### settings #### cfg$gms <- list()