Skip to content

Commit 09c91d9

Browse files
authored
Merge pull request #483 from EnergySystemsModellingLab/carbon_budget
Fix bugs in the carbon budget bisection algorithm
2 parents 35ea281 + 63f803d commit 09c91d9

7 files changed

Lines changed: 321 additions & 214 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.0rc4
2+
current_version = 1.2.1rc1
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ authors:
99
given-names: Adam
1010

1111
title: MUSE_OS
12-
version: v1.2.0rc4
12+
version: v1.2.1rc1
1313
date-released: 2024-08-13

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
project = "MUSE"
99
copyright = "2024, Imperial College London"
1010
author = "Imperial College London"
11-
release = "1.2.0rc4"
11+
release = "1.2.1rc1"
1212
version = ".".join(release.split(".")[:2])
1313

1414
# -- General configuration ---------------------------------------------------

src/muse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44

5-
VERSION = "1.2.0rc4"
5+
VERSION = "1.2.1rc1"
66

77

88
def _create_logger(color: bool = True):

0 commit comments

Comments
 (0)