Skip to content

Commit e48596f

Browse files
committedSep 25, 2024
Bump up version
1 parent bb54b74 commit e48596f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎gribapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
from .gribapi import __version__, lib
1515

1616
# The minimum recommended version for the ecCodes package
17-
min_recommended_version_str = "2.37.0"
18-
min_recommended_version_int = 23700
17+
min_recommended_version_str = "2.38.0"
18+
min_recommended_version_int = 23800
1919

2020
if lib.grib_get_api_version() < min_recommended_version_int:
2121
import warnings

‎scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
1414
ECBUILD_VERSION=master
1515

1616
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17-
ECCODES_VERSION=2.37.0
17+
ECCODES_VERSION=2.38.0
1818
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
1919

2020
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git

0 commit comments

Comments
 (0)
Failed to load comments.