From f2028e66bab4d7cda3032158d915d46be4ea15b5 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 6 Mar 2023 11:17:44 -0500 Subject: [PATCH 1/2] add zenodo community --- .zenodo.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.zenodo.json b/.zenodo.json index 079df311c..61535297b 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -119,6 +119,11 @@ "analysis" ], "license": "Apache-2.0", + "communities": [ + { + "identifier": "ouranos" + } + ], "upload_type": "software", "access_right": "open" } From d481590cbdba7088014854d44986d925f3576455 Mon Sep 17 00:00:00 2001 From: Zeitsperre <10819524+Zeitsperre@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:09:18 -0500 Subject: [PATCH 2/2] update HISTORY.rst --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index e13c03863..8bec78832 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,14 @@ History ======= +0.42.0 (unreleased) +------------------- +Contributors to this version: Trevor James Smith (:user:`Zeitsperre`). + +Internal changes +^^^^^^^^^^^^^^^^ +* Added `xclim` to the `ouranos Zenodo community `_ . (:pull:`1313`). + 0.41.0 (2023-02-28) ------------------- Contributors to this version: Trevor James Smith (:user:`Zeitsperre`), Pascal Bourgault (:user:`aulemahal`), Ludwig Lierhammer (:user:`ludwiglierhammer`), Éric Dupuis (:user:`coxipi`).