Skip to content

Commit

Permalink
Bumpversion v0.6.0->v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 9, 2023
1 parent dad43c8 commit 385d1e3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.7.0 (2023-10-09)
* Bugfix: proxy redirect for login/logout
* Update DB for analyst to be default role

# v0.6.0 (2023-10-06)
* Create citation/zenodo tag
* Block new response objects being created by analyst
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.6.0
date-released: "2023-10-06"
version: 0.7.0
date-released: "2023-10-09"
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.6.0"
export USAON_VTA_SURVEY_VERSION="v0.7.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.6.0"
current_version = "0.7.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.6.0",
version="0.7.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.6.0"
VERSION = "0.7.0"

0 comments on commit 385d1e3

Please sign in to comment.