File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for eccodes-python
3
3
============================
4
4
5
+ 2.40.0 (2025-02-dd)
6
+ --------------------
7
+
8
+ - Update version to be the same as the ecCodes library
9
+
10
+
5
11
2.39.2 (2025-01-27)
6
12
--------------------
7
13
Original file line number Diff line number Diff line change 23
23
24
24
import cffi
25
25
26
- __version__ = "2.39.2 "
26
+ __version__ = "2.40.0 "
27
27
28
28
LOG = logging .getLogger (__name__ )
29
29
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git
14
14
ECBUILD_VERSION=master
15
15
16
16
GIT_ECCODES=https://github.com/ecmwf/eccodes.git
17
- ECCODES_VERSION=2.39.2
17
+ ECCODES_VERSION=2.40.0
18
18
ECCODES_COMMON_CMAKE_OPTIONS=" -DENABLE_PNG=1 -DENABLE_JPG=1 -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
19
19
20
20
GIT_AEC=https://github.com/MathisRosenhauer/libaec.git
You can’t perform that action at this time.
0 commit comments