Skip to content

Commit 6f51eed

Browse files
committed
Bumpversion -> v3.0.0
1 parent 89d9098 commit 6f51eed

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

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: "3.0.0rc1"
26-
date-released: "2023-08-23"
25+
version: "3.0.0"
26+
date-released: "2023-08-24"
2727

2828
authors:
2929
- family-names: "*Fisher"

VERSION.env

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

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 = "v3.0.0rc1"
29+
release = "v3.0.0"
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 = "3.0.0rc1"
85+
current_version = "3.0.0"
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__ = "v3.0.0rc1"
1+
__version__ = "v3.0.0"

0 commit comments

Comments
 (0)