From 337d130116accf59c78ae67aa6fc366ba97f2106 Mon Sep 17 00:00:00 2001 From: Lavinia Baumstark Date: Thu, 4 Jul 2024 17:53:58 +0200 Subject: [PATCH] increase version number and update date --- .zenodo.json | 4 ++-- CHANGELOG.md | 7 ++++++- CITATION.cff | 4 ++-- DESCRIPTION | 2 +- config/default.cfg | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 0e5a10025..149447029 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,6 +1,6 @@ { "title": "REMIND - REgional Model of INvestments and Development", - "version": "3.3.1", + "version": "3.3.2", "creators": [ { "name": "Luderer, Gunnar", @@ -249,5 +249,5 @@ "license": { "id": "AGPL-3.0-or-later" }, - "publication_date": "2024-06-18" + "publication_date": "2024-07-04" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d095f15f..c7132daae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,10 +14,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### removed +## [3.3.2] - 2024-07-04 + +### changed +- fix output generation [[#1715]] (https://github.com/remindmodel/remind/pull/1715) + ## [3.3.1] - 2024-06-18 ### changed -- new inptu data (6.77) including new GDP and population data([#83](https://github.com/pik-piam/mrdrivers/pull/83)) [[#1684]](https://github.com/remindmodel/remind/pull/1684) +- new input data (6.77) including new GDP and population data([#83](https://github.com/pik-piam/mrdrivers/pull/83)) [[#1684]](https://github.com/remindmodel/remind/pull/1684) - **37_industry** remove subsector-specific shares of SE origins in FE carriers for performance reasons [[#1659]](https://github.com/remindmodel/remind/pull/1659) - **37_industry** make process-based steel production model the default over the ces-based model [[#1663]](https://github.com/remindmodel/remind/pull/1663) diff --git a/CITATION.cff b/CITATION.cff index cdb74f927..69faef638 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -260,8 +260,8 @@ abstract: REMIND (REgional Model of Investment and Development) is a numerical technology, policy and climate constraints. It also accounts for regional trade characteristics on goods, energy fuels, and emissions allowances. All greenhouse gas emissions due to human activities are represented in the model. -version: "3.3.1" -date-released: 2024-06-18 +version: "3.3.2" +date-released: 2024-07-04 repository-code: https://github.com/remindmodel/remind keywords: - energy diff --git a/DESCRIPTION b/DESCRIPTION index 2c56098d6..a71c89512 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: remindmodel Title: REMIND - REgional Model of INvestments and Development Version: 0.1 -Date: 2024-06-18 +Date: 2024-07-04 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 0f7578a14..92e4f8f9c 100644 --- a/config/default.cfg +++ b/config/default.cfg @@ -71,7 +71,7 @@ cfg$validationmodel_name <- "VALIDATIONREMIND" #### model version of the overall model (used for run statistics only). # automatically generated for development versions, updated by hand for releases -cfg$model_version <- "3.3.1" +cfg$model_version <- "3.3.2" #### settings #### cfg$gms <- list()