diff --git a/docs/history.rst b/docs/history.rst index 1d19ad7..4c6dcff 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,9 +1,10 @@ History ======= -Latest +0.7.0 ------ - +- DEP: remove numpy<2 pin (pull #179) +- REF: Make kwargs required (pull #180) 0.6.0 ------ diff --git a/pyproject.toml b/pyproject.toml index 40f69e7..1472a20 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "geocube" -version = "0.6.1.dev0" +version = "0.7.0" description = "Tool to convert geopandas vector data into rasterized xarray data." maintainers = [ {name = "geocube Contributors"},