Skip to content

Commit

Permalink
Restore high-level api
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Apr 16, 2021
1 parent 6b9db6b commit 4c08b49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for eccodes-python
============================

1.3.2 (2021-04-16)
--------------------

- Restore the experimental high-level interface

1.3.1 (2021-04-16)
--------------------
Expand Down
10 changes: 5 additions & 5 deletions eccodes/eccodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,17 +216,14 @@
from .high_level.gribmessage import GribMessage

__all__ = [
"BufrFile",
"BufrMessage",
"GribFile",
"GribIndex",
"GribMessage",
"__version__",
"ArrayTooSmallError",
"AttributeClashError",
"AttributeNotFoundError",
"bindings_version",
"BufferTooSmallError",
"BufrFile",
"BufrMessage",
"CodeNotFoundInTableError",
"codes_any_new_from_file",
"codes_bufr_copy_data",
Expand Down Expand Up @@ -363,7 +360,10 @@
"FunctionalityNotEnabledError",
"FunctionNotImplementedError",
"GeocalculusError",
"GribFile",
"GribIndex",
"GribInternalError",
"GribMessage",
"HashArrayNoMatchError",
"InternalArrayTooSmallError",
"InternalError",
Expand Down
2 changes: 1 addition & 1 deletion gribapi/bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import cffi

__version__ = "1.3.1"
__version__ = "1.3.2"

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 4c08b49

Please sign in to comment.