From 9b9401f43a211597a2d712d4d65be781e676182a Mon Sep 17 00:00:00 2001 From: snowman2 Date: Wed, 3 Apr 2024 10:21:41 -0500 Subject: [PATCH] MNT: Prepare for next release cycle --- docs/history.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 2128e2be..ccb14e52 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ History ======= +Latest +------ + 0.15.3 ------ - BUG:merge: Use `rasterio.io.MemoryFile`` for reading (pull #765) diff --git a/pyproject.toml b/pyproject.toml index 69b8ed11..132987c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.3" +version = "0.15.4.dev0" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},