diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 85331a1c..71c03479 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0alpha3 +current_version = 3.0.0alpha4 commit = False tag = False parse = ^ diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a22893..d01fa73a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT_RELEASE +# v3.0.0alpha4 (2023-07-21) * QGreenland Custom is no longer supported. * Remove "Biology/Fish/Arctic Char" layer. diff --git a/CITATION.cff b/CITATION.cff index 1c7e6ba2..78e10cb8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,7 +14,7 @@ authors: given-names: "Trey" orcid: "https://orcid.org/0000-0002-5510-0055" title: "QGreenland" -version: 3.0.0alpha3 +version: 3.0.0alpha4 doi: 10.5281/zenodo.4558266 date-released: 2021-02-23 url: "https://github.com/nsidc/qgreenland" diff --git a/VERSION.env b/VERSION.env index ab4c2ab8..d275449e 100644 --- a/VERSION.env +++ b/VERSION.env @@ -1 +1 @@ -export QGREENLAND_VERSION="v3.0.0alpha3" +export QGREENLAND_VERSION="v3.0.0alpha4" diff --git a/doc/conf.py b/doc/conf.py index e0686e70..e0095912 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -26,7 +26,7 @@ author = "Twila Moon, Matt Fisher, Hope Simonoko, Trey Stafford" # The full version, including alpha/beta/rc tags -release = "v3.0.0alpha3" +release = "v3.0.0alpha4" # -- General configuration --------------------------------------------------- diff --git a/qgreenland/__init__.py b/qgreenland/__init__.py index bec72b80..3d837ae1 100644 --- a/qgreenland/__init__.py +++ b/qgreenland/__init__.py @@ -1 +1 @@ -__version__ = "v3.0.0alpha3" +__version__ = "v3.0.0alpha4"