Skip to content

Commit ed9675e

Browse files
committed
Bump version: 1.12.0rc1 → 1.12.0rc2
1 parent 741420e commit ed9675e

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-
## UNRELEASED
1+
## v1.12.0rc2 (2025-09-11)
22

33
* Patch Issue-247: Allow for the fact that EPSG:4326 coordinates are listed in
44
(lat, lon) order in the `geospatial_bounds` WKT value.

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.12.0rc1"
10-
version = "v1.12.0rc1"
9+
release = "v1.12.0rc2"
10+
version = "v1.12.0rc2"
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.12.0rc1"
3+
version = "1.12.0rc2"
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) <nsidc@nsidc.org>"]
66
readme = "README.md"
@@ -53,7 +53,7 @@ requests = "^2.32.4"
5353
beautifulsoup4 = "^4.13.4"
5454

5555
[tool.bumpversion]
56-
current_version = "1.12.0rc1"
56+
current_version = "1.12.0rc2"
5757
parse = """(?x)
5858
(?P<major>0|[1-9]\\d*)\\.
5959
(?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.12.0rc1"
1+
__version__ = "v1.12.0rc2"
22

33

44
__all__ = [

0 commit comments

Comments
 (0)