Skip to content

Commit ac4048c

Browse files
committed
Bump up version
1 parent 9043d06 commit ac4048c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

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

5+
2.39.0 (2024-11-dd)
6+
--------------------
7+
8+
- Update to artifact actions v4
9+
510
2.38.3 (2024-10-17)
611
--------------------
712

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.38.3"
26+
__version__ = "2.39.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.38.3
17+
ECCODES_VERSION=2.39.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)