Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Nov 2, 2023
1 parent 89e799c commit e0f2440
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Removed

### Fixed


## [0.25.0] - 2023-11-02

### Changed

- Introduce `OpenEoApiPlainError` for API error responses that are not well-formed
for better distinction with properly formed API error responses (`OpenEoApiError`).
([#491](https://github.com/Open-EO/openeo-python-client/issues/491)).

### Removed

### Fixed

- Fix missing `validate` support in `LocalConnection.execute` ([#493](https://github.com/Open-EO/openeo-python-client/pull/493))


## [0.24.0] - 2023-10-27

Expand Down
2 changes: 1 addition & 1 deletion openeo/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.25.0a1"
__version__ = "0.25.0"

0 comments on commit e0f2440

Please sign in to comment.