Skip to content

Commit

Permalink
increase version number and update date
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaBaumstark committed Jul 4, 2024
1 parent d9253d1 commit 337d130
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "REMIND - REgional Model of INvestments and Development",
"version": "3.3.1",
"version": "3.3.2",
"creators": [
{
"name": "Luderer, Gunnar",
Expand Down Expand Up @@ -249,5 +249,5 @@
"license": {
"id": "AGPL-3.0-or-later"
},
"publication_date": "2024-06-18"
"publication_date": "2024-07-04"
}
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 337d130

Please sign in to comment.