diff --git a/docs/history.rst b/docs/history.rst index c4dafbbe..3a95192d 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -2,6 +2,9 @@ History ======= Latest +------- + +0.15.0 ------ - BUG: Fix setting spatial dims internally during propagation (pull #682) - ENH: Pass on on-disk chunk sizes as preferred chunk sizes to the xarray backend (pull #678) diff --git a/setup.cfg b/setup.cfg index 395954b0..6f459c0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] author = rioxarray Contributors name = rioxarray -version = 0.15.0 +version = 0.15.1.dev0 description = geospatial xarray extension powered by rasterio keywords = rioxarray, xarray, rasterio long_description = file: README.rst