We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02399be commit 8a072c0Copy full SHA for 8a072c0
2 files changed
gribapi/bindings.py
@@ -23,7 +23,7 @@
23
24
import cffi
25
26
-__version__ = "2.46.0"
+__version__ = "2.47.0"
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.46.0
+ECCODES_VERSION=2.47.0
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