From 5921e308af55931d973329f106ebfdda447cbf3a Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Thu, 31 Aug 2023 15:25:50 -0600 Subject: [PATCH] Bumpversion v3.0.0 -> v3.0.1 --- CHANGELOG.md | 2 +- CITATION.cff | 4 ++-- VERSION.env | 2 +- doc/conf.py | 2 +- pyproject.toml | 2 +- qgreenland/__init__.py | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 269acbcf..bee7099e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT_VERSION +# v3.1.0 (2023-08-31) - Add new "Terrain models/Internet required/Arctic DEM" layer. diff --git a/CITATION.cff b/CITATION.cff index 11157916..b449b278 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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" diff --git a/VERSION.env b/VERSION.env index 7359a32f..4fde233f 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export QGREENLAND_VERSION="v3.0.0" +export QGREENLAND_VERSION="v3.1.0" diff --git a/doc/conf.py b/doc/conf.py index a25a4d6f..aa123f56 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e9a20e0f..8032e9c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ inline-quotes = "double" [tool.bumpversion] -current_version = "3.0.0" +current_version = "3.1.0" commit = false tag = false parse = """ diff --git a/qgreenland/__init__.py b/qgreenland/__init__.py index 5234c490..6d1c74fb 100644 --- a/qgreenland/__init__.py +++ b/qgreenland/__init__.py @@ -1 +1 @@ -__version__ = "v3.0.0" +__version__ = "v3.1.0"