From 6303bb673e95cd2a752a675f78cea5be84ce675c Mon Sep 17 00:00:00 2001 From: snowman2 Date: Thu, 18 Jul 2024 15:54:17 -0500 Subject: [PATCH] MNT: version 0.17.0 --- 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 6c0ffec4..6f757a3c 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.17.0 ------ - REF:reproject: Make NaN default float nodata & update integer defaults diff --git a/pyproject.toml b/pyproject.toml index d8602315..518670e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.16.1.dev0" +version = "0.17.0" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},