From 13a3a99b3779f86e06a5130210a835af937cfa99 Mon Sep 17 00:00:00 2001 From: snowman2 Date: Mon, 22 Apr 2024 10:50: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 deb4472e..7c7da30c 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,6 +1,9 @@ History ======= +Latest +------ + 0.15.5 ------ - BUG:reproject: Allow rotated rasters (issue #746) diff --git a/pyproject.toml b/pyproject.toml index dc4b431f..d651f2f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "rioxarray" -version = "0.15.5" +version = "0.15.6.dev0" description = "geospatial xarray extension powered by rasterio" maintainers = [ {name = "rioxarray Contributors"},