Skip to content

Commit

Permalink
Release v2.0.2: Change node color to gray
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Jun 7, 2024
1 parent 06dee20 commit 4f89163
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export USAON_BENEFIT_TOOL_VERSION="v2.0.1"
export USAON_BENEFIT_TOOL_VERSION="v2.0.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion usaon_benefit_tool/constants/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.0.1"
VERSION = "2.0.2"

0 comments on commit 4f89163

Please sign in to comment.