From 4f8916347827cc7ad3a2c7e9d29d4f17dea1e38b Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Fri, 7 Jun 2024 09:23:18 -0600 Subject: [PATCH] Release v2.0.2: Change node color to gray --- CHANGELOG.md | 5 +++++ CITATION.cff | 4 ++-- VERSION.env | 2 +- pyproject.toml | 4 ++-- usaon_benefit_tool/constants/version.py | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 568b708..8266d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.0.2 (2024-06-07) + +* Change all sankey nodes to gray color + + ## v2.0.1 (2024-03-21) * Bugfix: Remove obsolete template import. diff --git a/CITATION.cff b/CITATION.cff index ba418e1..45a915f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -10,8 +10,8 @@ type: "software" # https://github.com/zenodo/zenodo/issues/2515 license: "MIT" -version: 2.0.1 -date-released: "2024-03-21" +version: 2.0.2 +date-released: "2024-06-07" url: "https://github.com/nsidc/usaon-benefit-tool" authors: diff --git a/VERSION.env b/VERSION.env index 2c865c7..482aef2 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export USAON_BENEFIT_TOOL_VERSION="v2.0.1" +export USAON_BENEFIT_TOOL_VERSION="v2.0.2" diff --git a/pyproject.toml b/pyproject.toml index e4a8b1c..719b59e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "usaon_benefit_tool" description = "Gather data for US AON's Value Tree Analysis (Benefit Tool) process" -version = "2.0.1" +version = "2.0.2" url = "git@github.com:nsidc/usaon-benefit-tool.git" authors = [ {name = "National Snow and Ice Data Center", email = "nsidc@nsidc.org"}, @@ -105,7 +105,7 @@ max-complexity = 8 inline-quotes = "double" [tool.bumpversion] -current_version = "2.0.1" +current_version = "2.0.2" commit = false tag = false diff --git a/usaon_benefit_tool/constants/version.py b/usaon_benefit_tool/constants/version.py index b46c2e7..311aff2 100644 --- a/usaon_benefit_tool/constants/version.py +++ b/usaon_benefit_tool/constants/version.py @@ -1 +1 @@ -VERSION = "2.0.1" +VERSION = "2.0.2"