diff --git a/doc/source/references/release_notes.rst b/doc/source/references/release_notes.rst index 64a229aa..e44be6d1 100644 --- a/doc/source/references/release_notes.rst +++ b/doc/source/references/release_notes.rst @@ -1,13 +1,15 @@ Release history =============== -5.0.2 (unreleased) ------------------- +5.0.2 +----- * [fix] Update extracting script for C3S. imports were broken. * [doc] Update release process doc. * [fix] Bug on windows breaking unit tests. * [fix] Bug on windows unable to get the timezone in our logger. * [fix] Pin to numpy 1.21 for now. Numba seems to dislike version 1.22 +* [fix] LICENCE was still not exactly following Apache guidelines. NOTICE has been removed. + 5.0.1 ----- diff --git a/icclim/__init__.py b/icclim/__init__.py index f1e6415e..1a36bb57 100644 --- a/icclim/__init__.py +++ b/icclim/__init__.py @@ -1,4 +1,4 @@ # keep line below to expose "main" content in icclim package namespace from .main import index, indice, indices -__version__ = "5.0.1" +__version__ = "5.0.2"