Skip to content

Commit

Permalink
Bump up version and update CHANGELOG.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
shahramn committed Jun 19, 2024
1 parent bcf8a03 commit fde7a09
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
Changelog for eccodes-python
============================

1.7.1 (2024-MM-DD)
1.8.0 (2024-MM-DD)
--------------------

- ECC-1790: Add codes_get_offset

1.7.1 (2024-06-19)
--------------------

- `np.Infinity` was removed in the NumPy 2.0 release

1.7.0 (2024-02-26)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion gribapi/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

import cffi

__version__ = "1.7.0"
__version__ = "1.8.0"

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit fde7a09

Please sign in to comment.