From 8c0cd7f755f6107a43dd7957cf06b8b39701da05 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Wed, 5 Jul 2023 16:25:20 -0600 Subject: [PATCH] Bumpversion v3.0.0alpha2 -> v3.0.0alpha3 --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- CITATION.cff | 2 +- doc/conf.py | 2 +- qgreenland/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a9df07b6..d7341cf8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.0alpha2 +current_version = 3.0.0alpha3 commit = False tag = False parse = ^ diff --git a/CHANGELOG.md b/CHANGELOG.md index ebfc0769..1453eed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT_VERSION +# v3.0.0alpha3 (2023-07-05) - Remove Humanitarian Open Street Map (HOTOSM) layers ("Places/Community map (crowd-sourced)"). These layers had innaccuracies and missing locations that diff --git a/CITATION.cff b/CITATION.cff index f82699db..1c7e6ba2 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.0alpha2 +version: 3.0.0alpha3 doi: 10.5281/zenodo.4558266 date-released: 2021-02-23 url: "https://github.com/nsidc/qgreenland" diff --git a/doc/conf.py b/doc/conf.py index 524192e4..3fc20b58 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.0alpha2" +release = "v3.0.0alpha3" # -- General configuration --------------------------------------------------- diff --git a/qgreenland/__init__.py b/qgreenland/__init__.py index 28d7ac8c..bec72b80 100644 --- a/qgreenland/__init__.py +++ b/qgreenland/__init__.py @@ -1 +1 @@ -__version__ = "v3.0.0alpha2" +__version__ = "v3.0.0alpha3"