From 49a1dbb61850010e1e9cdac5b29c73361bd0cf2e Mon Sep 17 00:00:00 2001 From: cheginit Date: Tue, 14 Jun 2022 00:08:32 -0500 Subject: [PATCH] DOC: Update the changelog [skip ci] --- HISTORY.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2560b2e..adc2afd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,22 @@ History ======= +0.13.2 (2022-06-14) +------------------- + +Breaking Changes +~~~~~~~~~~~~~~~~ +- Set the minimum supported version of Python to 3.8 since many of the + dependencies such as ``xarray``, ``pandas``, ``rioxarray`` have dropped support + for Python 3.7. + +Internal Changes +~~~~~~~~~~~~~~~~ +- Use `micromamba `__ + for running tests + and use `nox `__ + for linting in CI. + 0.13.1 (2022-06-11) -------------------