From ec82068ba78da3af3209223f6a03deff3235bd7c Mon Sep 17 00:00:00 2001 From: snowman2 Date: Tue, 16 Apr 2024 14:28:41 -0500 Subject: [PATCH] MNT: Version 0.15.4 --- docs/history.rst | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 5b33117d..772d744a 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.15.4 ------ - BUG:reproject_match: Remove setting spatial dims on output resampled dataset (issue #768) diff --git a/pyproject.toml b/pyproject.toml index 132987c9..1fad52e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.4.dev0" +version = "0.15.4" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},