Skip to content

Commit

Permalink
Bumpversion v3.0.0 -> v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Aug 31, 2023
1 parent 7084d78 commit 5921e30
Show file tree
Hide file tree
Showing 6 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
# v3.1.0 (2023-08-31)

- Add new "Terrain models/Internet required/Arctic DEM" layer.

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ keywords:
url: "https://github.com/nsidc/qgreenland"
repository-code: "https://github.com/nsidc/qgreenland"

version: "3.0.0"
date-released: "2023-08-24"
version: "3.1.0"
date-released: "2023-08-31"

authors:
- family-names: "*Fisher"
Expand Down
2 changes: 1 addition & 1 deletion VERSION.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export QGREENLAND_VERSION="v3.0.0"
export QGREENLAND_VERSION="v3.1.0"
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "National Snow and Ice Data Center"

# The full version, including alpha/beta/rc tags
release = "v3.0.0"
release = "v3.1.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ inline-quotes = "double"


[tool.bumpversion]
current_version = "3.0.0"
current_version = "3.1.0"
commit = false
tag = false
parse = """
Expand Down
2 changes: 1 addition & 1 deletion qgreenland/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "v3.0.0"
__version__ = "v3.1.0"

0 comments on commit 5921e30

Please sign in to comment.