Skip to content

Commit

Permalink
Bumpversion v0.5.0 -> v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 6, 2023
1 parent f6b9ee1 commit 977eb75
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion VERSION.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export USAON_VTA_SURVEY_VERSION="v0.5.0"
export USAON_VTA_SURVEY_VERSION="v0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]:nsidc/usaon-vta-survey.git",
author="National Snow and Ice Data Center",
author_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion usaon_vta_survey/constants/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.5.0"
VERSION = "0.6.0"

0 comments on commit 977eb75

Please sign in to comment.