Skip to content

Commit 69a8dcb

Browse files
committed
Bump version: 1.4.0rc4 → 1.4.0rc5
1 parent 74585ce commit 69a8dcb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.4.0rc4
1+
## v1.4.0rc5
22

33
* Add a CSV reader to process [SNOWEX](https://nsidc.org/data/snex23_ssa/versions/1) granules. (Issue-108)
44
* Handle a bug in `xarray` when processing NSIDC-0630 v2 granules. (Issue-152)

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
project = "MetGenC"
77
copyright = "2024, NSIDC"
88
author = "National Snow and Ice Data Center"
9-
release = "v1.4.0rc4"
10-
version = "v1.4.0rc4"
9+
release = "v1.4.0rc5"
10+
version = "v1.4.0rc5"
1111

1212
extensions = [
1313
"myst_parser",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nsidc-metgenc"
3-
version = "1.4.0rc4"
3+
version = "1.4.0rc5"
44
description = "The nsidc-metgenc package enables data producers as well as Operations staff managing the data ingest workflow to create metadata files conforming to NASA's Common Metadata Repository UMM-G specification."
55
authors = ["National Snow and Ice Data Center (NSIDC) <[email protected]>"]
66
readme = "README.md"
@@ -39,7 +39,7 @@ sphinx = "^8.1.3"
3939
myst-parser = "^4.0.0"
4040

4141
[tool.bumpversion]
42-
current_version = "1.4.0rc4"
42+
current_version = "1.4.0rc5"
4343
parse = """(?x)
4444
(?P<major>0|[1-9]\\d*)\\.
4545
(?P<minor>0|[1-9]\\d*)\\.

src/nsidc/metgen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "v1.4.0rc4"
1+
__version__ = "v1.4.0rc5"
22

33

44
__all__ = [

0 commit comments

Comments
 (0)