From af349fa3126db63a72b75f1ea1395df943303e1e Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Fri, 4 Jun 2021 15:34:02 +0200 Subject: [PATCH] Bump version --- VERSION | 2 +- doc/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 444877d4..65afb3b8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3 +3.5.4 diff --git a/doc/source/conf.py b/doc/source/conf.py index 9e05183a..77faeee9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -65,7 +65,7 @@ copyright = u"2020, BSC-CNS Earth Sciences Department" # The short X.Y version. version = "3.5" # The full version, including alpha/beta/rc tags. -release = "3.5.3" +release = "3.5.4" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 074466cb..83633e79 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ REQUIREMENTS = { "cdo==1.5.3", "cfgrib", "dask[array]", - "diagonals>=0.3.2", + "diagonals>=0.3.4", "netCDF4", "nco>=0.0.3", "numba", -- GitLab