Skip to content

Commit 8db8660

Browse files
committed
Bump up version
1 parent c4301e3 commit 8db8660

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for eccodes-python
33
============================
44

5+
2.40.0 (2025-02-dd)
6+
--------------------
7+
8+
- Update version to be the same as the ecCodes library
9+
10+
511
2.39.2 (2025-01-27)
612
--------------------
713

gribapi/bindings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
import cffi
2525

26-
__version__ = "2.39.2"
26+
__version__ = "2.40.0"
2727

2828
LOG = logging.getLogger(__name__)
2929

scripts/common.sh

+1-1
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.39.2
17+
ECCODES_VERSION=2.40.0
1818
ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=1 -DENABLE_JPG=1 -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0"
1919

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

0 commit comments

Comments
 (0)