Skip to content

Commit

Permalink
Bumpversion v1.0.0 -> v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarow committed Oct 17, 2023
1 parent f33f626 commit 90daf62
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 @@
# v1.0.1 (2023-10-16)
* Fix link on home page
* Update VTA to Benefit tool in more places

# v1.0.0 (2023-10-15)
* Enable deleting response objects/cascading deletes

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: 1.0.0
date-released: "2023-10-15"
version: 1.0.1
date-released: "2023-10-16"
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="v1.0.0"
export USAON_VTA_SURVEY_VERSION="v1.0.1"
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 = "1.0.0"
current_version = "1.0.1"
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="1.0.0",
version="1.0.1",
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 = "1.0.0"
VERSION = "1.0.1"

0 comments on commit 90daf62

Please sign in to comment.