diff --git a/README.rst b/README.rst index 8164fe4cc..c9148825a 100644 --- a/README.rst +++ b/README.rst @@ -159,6 +159,7 @@ Documentation for other versions * `Development `__ (reflects the *master* branch on Github) * `Latest release `__ +* `v1.6.1 `__ * `v1.6.0 `__ * `v1.5.0 `__ * `v1.4.0 `__ diff --git a/doc/changes.rst b/doc/changes.rst index 798185067..6a7b55567 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -3,6 +3,27 @@ Changelog ========= +Version 1.6.1 +------------- + +*Released on: 2021/03/22* + +.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4626786.svg + :target: https://doi.org/10.5281/zenodo.4626786 + +Minor changes: + +* Allow ``make_xarray_grid`` to receive ``data=None`` instead of raising an error. This is used to create an empty ``xarray.Dataset`` (`#318 `__) + +Maintenance: + +* Fix use of wrong version numbers for PyPI releases (`#317 `__) + +This release contains contributions from: + +* Santiago Soler +* Leonardo Uieda + Version 1.6.0 -------------