diff --git a/docs/history.rst b/docs/history.rst index dc2330b7..b81b18b3 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,10 +1,10 @@ History ======= -Latest +0.15.7 ------ - BUG: Remove grid_mapping from attrs when writing (pull #783) -- BUG: Ensure gcp_crs exists before writing in :func:`rioxarray.write_gcps` (issue #646) +- BUG: Ensure gcp_crs exists before writing in `rio.write_gcps` (issue #646) 0.15.6 ------ diff --git a/pyproject.toml b/pyproject.toml index 6490e771..e7185efa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.7.dev0" +version = "0.15.7" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},