diff --git a/D47crunch/__init__.py b/D47crunch/__init__.py index 0a7cab7..8d0baa8 100755 --- a/D47crunch/__init__.py +++ b/D47crunch/__init__.py @@ -21,8 +21,8 @@ __contact__ = 'daeron@lsce.ipsl.fr' __copyright__ = 'Copyright (c) 2023 Mathieu Daƫron' __license__ = 'Modified BSD License - https://opensource.org/licenses/BSD-3-Clause' -__date__ = '2023-07-22' -__version__ = '2.3.1' +__date__ = '2023-09-19' +__version__ = '2.3.2' import os import numpy as np diff --git a/changelog.md b/changelog.md index c7cbd27..2cefb94 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## v2.3.2 +*Released on 2023-09-19* + +### Bug fix +* Add `rich` dependency + ## v2.3.1 *Released on 2023-07-22*