Skip to content

Commit

Permalink
Bump -> v1.5.0: Production webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Dec 22, 2023
1 parent 58765eb commit cd962bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## NEXT_VERSION
## v1.5.0 (2023-12-21)

* Adopt a suitable webserver for production: Gunicorn

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: 1.4.1
date-released: "2023-12-20"
version: 1.5.0
date-released: "2023-12-21"
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="v1.4.1"
export USAON_BENEFIT_TOOL_VERSION="v1.5.0"
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 = "1.4.1"
version = "1.5.0"
url = "[email protected]:nsidc/usaon-benefit-tool.git"
authors = [
{name = "National Snow and Ice Data Center", email = "[email protected]"},
Expand Down Expand Up @@ -103,7 +103,7 @@ max-complexity = 8
inline-quotes = "double"

[tool.bumpversion]
current_version = "1.4.1"
current_version = "1.5.0"
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 = "1.4.1"
VERSION = "1.5.0"

0 comments on commit cd962bb

Please sign in to comment.