We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6743924 commit 40811bdCopy full SHA for 40811bd
gribapi/bindings.py
@@ -23,7 +23,7 @@
23
24
import cffi
25
26
-__version__ = "2.41.0"
+__version__ = "2.41.1"
27
28
LOG = logging.getLogger(__name__)
29
scripts/common.sh
@@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
14
ECBUILD_VERSION=master
15
16
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17
-ECCODES_VERSION=2.41.0
+ECCODES_VERSION=2.41.1
18
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=1 -DENABLE_JPG=1 -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
19
20
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
0 commit comments