From ced390e69f7b47b9e10073850f00b72bca81277c Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Thu, 18 Feb 2021 10:58:32 +0100 Subject: [PATCH 1/2] Set version to 2.2.0 --- CITATION.cff | 2 +- esmvaltool/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ba4302b265..88c1991139 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -313,5 +313,5 @@ license: "Apache-2.0" message: "If you use this software, please cite it using these metadata." repository-code: "https://github.com/ESMValGroup/ESMValTool/" title: ESMValTool -version: "v2.1.1" +version: "v2.2.0" ... diff --git a/esmvaltool/__init__.py b/esmvaltool/__init__.py index 5a454cee33..f8b0c19fff 100644 --- a/esmvaltool/__init__.py +++ b/esmvaltool/__init__.py @@ -1,5 +1,5 @@ """ESMValTool diagnostics package.""" -__version__ = '2.1.1' +__version__ = '2.2.0' class ESMValToolDeprecationWarning(UserWarning): From b9c1b03a67f3678fd65eb38b37e64933b37d174d Mon Sep 17 00:00:00 2001 From: Valeriu Predoi Date: Wed, 24 Feb 2021 12:12:24 +0000 Subject: [PATCH 2/2] change release date --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 88c1991139..a7547c9dff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -307,7 +307,7 @@ authors: orcid: "https://orcid.org/0000-0002-1147-8961" cff-version: "1.0.3" -date-released: 2020-12-01 +date-released: 2021-02-25 doi: "10.5281/zenodo.3401363" license: "Apache-2.0" message: "If you use this software, please cite it using these metadata."