diff --git a/docs/history.rst b/docs/history.rst index acb306a1..2128e2be 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.15.3 ------ - BUG:merge: Use `rasterio.io.MemoryFile`` for reading (pull #765) - BUG:merge: Add simple defaults for unused payload/colormap (pull #766) diff --git a/pyproject.toml b/pyproject.toml index 0b1e637f..69b8ed11 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.3.dev0" +version = "0.15.3" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},