Skip to content

Commit

Permalink
change version number and date AND adjust CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LaviniaBaumstark committed Jun 18, 2024
1 parent 079acc1 commit 555c365
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 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.0",
"version": "3.3.1",
"creators": [
{
"name": "Luderer, Gunnar",
Expand Down Expand Up @@ -249,5 +249,5 @@
"license": {
"id": "AGPL-3.0-or-later"
},
"publication_date": "2024-03-27"
"publication_date": "2024-06-18"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### changed

### added

### fixed

### removed

## [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)
- **37_industry** remove subsector-specific shares of SE
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ 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.0.dev402"
version: "3.3.1"
date-released: 2024-06-18
repository-code: https://github.com/remindmodel/remind
keywords:
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-03-27
Date: 2024-06-18
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.0.dev402"
cfg$model_version <- "3.3.1"

#### settings ####
cfg$gms <- list()
Expand Down

0 comments on commit 555c365

Please sign in to comment.