Skip to content

Commit 1286db9

Browse files
committed
Bumpversion v4.0.0alpha3 -> v4.0.0alpha4
1 parent d6e57c1 commit 1286db9

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v4.0.0alpha4 (TBD)
1+
# v4.0.0alpha4 (2026-04-01)
22

33
- Added layers:
44
- "Human activity/"

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ keywords:
2222
url: "https://github.com/nsidc/qgreenland"
2323
repository-code: "https://github.com/nsidc/qgreenland"
2424

25-
version: "4.0.0alpha3"
26-
date-released: "2026-03-26"
25+
version: "4.0.0alpha4"
26+
date-released: "2026-04-01"
2727

2828
authors:
2929
- family-names: "Stafford"

VERSION.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export QGREENLAND_VERSION="v4.0.0alpha3"
1+
export QGREENLAND_VERSION="v4.0.0alpha4"

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "National Snow and Ice Data Center"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "v4.0.0alpha3"
29+
release = "v4.0.0alpha4"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ inline-quotes = "double"
8282

8383

8484
[tool.bumpversion]
85-
current_version = "4.0.0alpha3"
85+
current_version = "4.0.0alpha4"
8686
commit = false
8787
tag = false
8888
parse = """

qgreenland/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "v4.0.0alpha3"
1+
__version__ = "v4.0.0alpha4"

0 commit comments

Comments
 (0)