diff --git a/docs/history.rst b/docs/history.rst index 8f36237..b15864e 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -1,7 +1,7 @@ History ======= -Latest +0.4.1 ------- - BUG: Fix conversion to datetime64[ns] (pull #143) - BUG: Fix :func:`geocube.vector.vectorize` when nodata is None (pull #142) diff --git a/setup.cfg b/setup.cfg index cd8b2a1..829b3ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ author = geocube Contributors author_email = alansnow21@gmail.com name = geocube -version = 0.4.1.dev0 +version = 0.4.1 description = Tool to convert geopandas vector data into rasterized xarray data. keywords = geocube, GDAL, rasterize, vector long_description = file: README.rst