From 977eb75df2e254e4fb14ed4b700cdeb3aae49d24 Mon Sep 17 00:00:00 2001 From: Robyn Marowitz Date: Fri, 6 Oct 2023 09:48:26 -0600 Subject: [PATCH] Bumpversion v0.5.0 -> v0.6.0 --- CHANGELOG.md | 6 ++++++ CITATION.cff | 4 ++-- VERSION.env | 2 +- pyproject.toml | 2 +- setup.py | 2 +- usaon_vta_survey/constants/version.py | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc851aa7..4cd632e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.6.0 (2023-10-06) +* Create citation/zenodo tag +* Block new response objects being created by analyst +* Show sankey previews on all relationship pages +* Show full sankey preview on response home page + # v0.5.0 (2023-10-03) * Bugfix relationship creation * Fix envarrs for google login/non dev environment diff --git a/CITATION.cff b/CITATION.cff index 24fd07f4..1ad0d64c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,8 +7,8 @@ doi: "10.5281/zenodo.8403759" type: "software" license: ["MIT"] -version: 0.5.0 -date-released: "2023-10-03" +version: 0.6.0 +date-released: "2023-10-06" url: "https://github.com/nsidc/usaon-vta-survey" authors: diff --git a/VERSION.env b/VERSION.env index 4bcbeecc..78d9527c 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export USAON_VTA_SURVEY_VERSION="v0.5.0" +export USAON_VTA_SURVEY_VERSION="v0.6.0" diff --git a/pyproject.toml b/pyproject.toml index b9faf1bd..294687ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ max-complexity = 8 inline-quotes = "double" [tool.bumpversion] -current_version = "0.5.0" +current_version = "0.6.0" commit = false tag = false diff --git a/setup.py b/setup.py index 58fb6e08..6fb062e5 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='usaon_vta_survey', description="Gather data for US AON's Value Tree Analysis process", - version="0.5.0", + version="0.6.0", url="git@github.com:nsidc/usaon-vta-survey.git", author="National Snow and Ice Data Center", author_email="nsidc@nsidc.org", diff --git a/usaon_vta_survey/constants/version.py b/usaon_vta_survey/constants/version.py index c91a3412..5a2867da 100644 --- a/usaon_vta_survey/constants/version.py +++ b/usaon_vta_survey/constants/version.py @@ -1 +1 @@ -VERSION = "0.5.0" +VERSION = "0.6.0"