Skip to content

Commit fde7a09

Browse files
committed
Bump up version and update CHANGELOG.rst
1 parent bcf8a03 commit fde7a09

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@
22
Changelog for eccodes-python
33
============================
44

5-
1.7.1 (2024-MM-DD)
5+
1.8.0 (2024-MM-DD)
66
--------------------
77

88
- ECC-1790: Add codes_get_offset
99

10+
1.7.1 (2024-06-19)
11+
--------------------
12+
13+
- `np.Infinity` was removed in the NumPy 2.0 release
14+
1015
1.7.0 (2024-02-26)
1116
--------------------
1217

gribapi/bindings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import cffi
2323

24-
__version__ = "1.7.0"
24+
__version__ = "1.8.0"
2525

2626
LOG = logging.getLogger(__name__)
2727

0 commit comments

Comments
 (0)