From ba9eadb6a9e6613a48bc7a7acc8e557a33988ce2 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Mon, 22 Apr 2024 10:41:16 -0500 Subject: [PATCH] MNT: Version 0.15.5 --- 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 eb2dda8d..deb4472e 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.15.5 ------ - BUG:reproject: Allow rotated rasters (issue #746) diff --git a/pyproject.toml b/pyproject.toml index 62bddc0c..dc4b431f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.5.dev0" +version = "0.15.5" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},